From 4bb307c6352cb58e973913172dda7ff63f790cee Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 9 Apr 2019 17:37:31 -0700 Subject: [PATCH] Fixed device events not selected. --- package.json | 2 +- views/default-min.handlebars | 2 +- views/default.handlebars | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9efe18b..9894f0a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.3.1-z", + "version": "0.3.2-b", "keywords": [ "Remote Management", "Intel AMT", diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 96c631bd..c54b3aa9 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index 8d34183c..d559a242 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -7510,21 +7510,22 @@ QC('column_l').remove('room4submenu'); } - // Jovan, please check. I think this part is not needed anymore. Removing class will revert to default style + // Please check. I think this part is not needed anymore. Removing class will revert to default style /* if ((x == 0) && (webPageFullScreen)) { QS('page_content').position = ''; QV('page_leftbar', false); QS('column_l').height = 'calc(100vh - 110px)'; QS('column_l')["max-height"] = ''; - } */ + } + */ QV('MainSubMenuSpan', x >= 10 && x < 20); QV('UserDummyMenuSpan', (x < 10) && (x != 6) && webPageFullScreen); QV('MeshSubMenuSpan', x >= 20 && x < 30); QV('UserSubMenuSpan', x >= 30 && x < 40); QV('ServerSubMenuSpan', x == 6 || x == 115 || x == 40); - var panels = { 10: 'MainDev', 11: 'MainDevDesktop', 12: 'MainDevTerminal', 13: 'MainDevFiles', 14: 'MainDevAmt', 15: 'MainDevConsole', 20: 'MeshGeneral', 30: 'UserGeneral', 31: 'UserEvents', 6: 'ServerGeneral', 40: 'ServerStats', 115: 'ServerConsole' }; + var panels = { 10: 'MainDev', 11: 'MainDevDesktop', 12: 'MainDevTerminal', 13: 'MainDevFiles', 14: 'MainDevAmt', 15: 'MainDevConsole', 16: 'MainDevEvents', 20: 'MeshGeneral', 30: 'UserGeneral', 31: 'UserEvents', 6: 'ServerGeneral', 40: 'ServerStats', 115: 'ServerConsole' }; for (var i in panels) { QC(panels[i]).remove('style3x'); QC(panels[i]).remove('style3sel');