summaryrefslogtreecommitdiff
path: root/public-src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'public-src/main.js')
-rw-r--r--public-src/main.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/public-src/main.js b/public-src/main.js
index 0979000..a9cdba2 100644
--- a/public-src/main.js
+++ b/public-src/main.js
@@ -24,24 +24,28 @@ define([
var layoutManager = new GoldenLayout({
settings: {
+ showCloseIcon: false,
},
content: [{
type: 'row',
content: [
{
title: 'proton',
+ isClosable: false,
type: 'component',
componentName: 'jarmon:tabbed-chart-ui',
componentState: cfgProton,
},
{
title: 'winston',
+ isClosable: false,
type: 'component',
componentName: 'jarmon:tabbed-chart-ui',
componentState: cfgWinston,
},
{
title: 'TLS',
+ isClosable: false,
type: 'component',
componentName: 'html',
componentState: document.getElementById("tls").innerHTML,