From 3203d0325271573f0c2789f8931eb7272af9412b Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 10 Oct 2024 21:20:49 +0100 Subject: [PATCH] move Sensors to Modules --- .../src/components/layout/LayoutMenu.tsx | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/interface/src/components/layout/LayoutMenu.tsx b/interface/src/components/layout/LayoutMenu.tsx index d0e016491..713770f12 100644 --- a/interface/src/components/layout/LayoutMenu.tsx +++ b/interface/src/components/layout/LayoutMenu.tsx @@ -54,7 +54,6 @@ const LayoutMenu = () => { - { mb: '2px', color: 'lightblue' }} - secondary={ - LL.CUSTOMIZATIONS() + - ', ' + - LL.SCHEDULER() + - ', ' + - LL.CUSTOM_ENTITIES(0) + - '...' - } - secondaryTypographyProps={{ - noWrap: true, - fontSize: 12, - color: menuOpen ? 'rgba(0,0,0,0)' : 'rgba(255,255,255,0.5)' - }} + // secondary={ + // LL.CUSTOMIZATIONS() + + // ', ' + + // LL.SCHEDULER() + + // ', ' + + // LL.CUSTOM_ENTITIES(0) + + // '...' + // } + // secondaryTypographyProps={{ + // noWrap: true, + // fontSize: 12, + // color: menuOpen ? 'rgba(0,0,0,0)' : 'rgba(255,255,255,0.5)' + // }} sx={{ my: 0 }} /> { {menuOpen && ( <> + +