move monitor map up in side menu

node-20
Moe 2023-08-04 16:48:40 -07:00
parent df62adf09b
commit 3981dd003c
1 changed files with 5 additions and 5 deletions

View File

@ -7759,6 +7759,11 @@ module.exports = function(s,config,lang){
pageOpen: 'timeline', pageOpen: 'timeline',
addUl: true, addUl: true,
}, },
{
icon: 'map-marker',
label: `${lang['Monitor Map']}`,
pageOpen: 'monitorMap',
},
{ {
icon: 'film', icon: 'film',
label: `${lang['Videos']}`, label: `${lang['Videos']}`,
@ -7797,11 +7802,6 @@ module.exports = function(s,config,lang){
}, },
] ]
}, },
{
icon: 'map-marker',
label: `${lang['Monitor Map']}`,
pageOpen: 'monitorMap',
},
{ {
icon: 'file-o', icon: 'file-o',
label: `${lang['FileBin']}`, label: `${lang['FileBin']}`,