diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2018-12-26 12:33:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2018-12-26 12:33:04 -0500 |
commit | 90ed8ba11c66e8d71f1366603bc604534a764cb3 (patch) | |
tree | c536e1b1a14961e4bad10a52f0d6aae6cb3408bc /public-src | |
parent | 8042330db0d59a811fe5f3e2f33cb1056bf6af50 (diff) |
cfg: Remove proton.parabola.nu stuff
Diffstat (limited to 'public-src')
-rw-r--r-- | public-src/main.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public-src/main.js b/public-src/main.js index a9cdba2..a86a815 100644 --- a/public-src/main.js +++ b/public-src/main.js @@ -1,14 +1,12 @@ define([ 'golden-layout', 'jarmon', - './cfg/jarmon-proton.js', './cfg/jarmon-winston.js', './components/gl/jarmon-tabbed-chart-ui.js', './components/gl/html.js', ], function( GoldenLayout, jarmon, - cfgProton, cfgWinston, glJarmon, glHTML, @@ -30,13 +28,6 @@ define([ type: 'row', content: [ { - title: 'proton', - isClosable: false, - type: 'component', - componentName: 'jarmon:tabbed-chart-ui', - componentState: cfgProton, - }, - { title: 'winston', isClosable: false, type: 'component', |