mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 06:05:53 -05:00
Fixed device events not selected.
This commit is contained in:
parent
2737cb83eb
commit
4bb307c635
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.3.1-z",
|
||||
"version": "0.3.2-b",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
File diff suppressed because one or more lines are too long
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user