From 66615bb2095df3dda23ff393f6bb8bd9dd50a766 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 19 Mar 2018 22:27:20 -0400 Subject: don't allow closing components --- public-src/main.js | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v1.2.3