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.js9
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',