From a9f3539a8609073ca4947648474a8799bff8d329 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 21 May 2025 17:09:30 -0400 Subject: Update the config to what I still care about --- public-src/main.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public-src/main.js') diff --git a/public-src/main.js b/public-src/main.js index a86a815..f084d0b 100644 --- a/public-src/main.js +++ b/public-src/main.js @@ -2,12 +2,14 @@ define([ 'golden-layout', 'jarmon', './cfg/jarmon-winston.js', + './cfg/jarmon-mav.js', './components/gl/jarmon-tabbed-chart-ui.js', './components/gl/html.js', ], function( GoldenLayout, jarmon, cfgWinston, + cfgMav, glJarmon, glHTML, ) { @@ -34,6 +36,13 @@ define([ componentName: 'jarmon:tabbed-chart-ui', componentState: cfgWinston, }, + { + title: 'mav', + isClosable: false, + type: 'component', + componentName: 'jarmon:tabbed-chart-ui', + componentState: cfgMav, + }, { title: 'TLS', isClosable: false, -- cgit v1.2.3-2-g168b