diff --git a/definitions/en_CA.js b/definitions/en_CA.js index 2448ddcc..9d0f886a 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -6001,6 +6001,21 @@ module.exports = function(s,config,lang){ "Schedules": { "section": "Schedules", "blocks": { + "Info": { + "name": lang["Monitor States and Schedules"], + "color": "blue", + "section-pre-class": "col-md-12", + "blockquoteClass": "global_tip", + "blockquote": lang.MonitorStatesText, + "info": [ + { + "fieldType": "btn", + "attribute": `page-open="monitorStates"`, + "class": `btn-primary`, + "btnContent": `   ${lang["Monitor States"]}`, + }, + ] + }, "Schedules": { "name": lang["Schedules"], "color": "orange", @@ -6132,8 +6147,23 @@ module.exports = function(s,config,lang){ "Monitor States": { "section": "Monitor States", "blocks": { + "Info": { + "name": lang["Monitor States and Schedules"], + "color": "blue", + "section-pre-class": "col-md-12", + "blockquoteClass": "global_tip", + "blockquote": lang.MonitorStatesText, + "info": [ + { + "fieldType": "btn", + "attribute": `page-open="schedules"`, + "class": `btn-primary`, + "btnContent": `   ${lang["Schedules"]}`, + }, + ] + }, "Monitor States": { - "name": lang["Monitor States"], + noHeader: true, "color": "green", "section-pre-class": "col-md-6", "info": [ @@ -7563,13 +7593,11 @@ module.exports = function(s,config,lang){ icon: 'grav', label: `${lang['Region Editor']}`, pageOpen: 'regionEditor', - addUl:true }, { icon: 'filter', label: `${lang['Event Filters']}`, pageOpen: 'eventFilters', - addUl:true }, { icon: 'align-right', @@ -7625,15 +7653,15 @@ module.exports = function(s,config,lang){ label: `${lang['FFprobe']}`, pageOpen: 'cameraProbe', }, - { - divider: true, - }, { icon: 'compass', label: `${lang['ShinobiHub']}`, pageOpen: 'configFinder', addUl: true, }, + { + divider: true, + }, { icon: 'info-circle', label: `${lang['Help']}`, diff --git a/languages/en_CA.json b/languages/en_CA.json index 16f67061..1c08de01 100644 --- a/languages/en_CA.json +++ b/languages/en_CA.json @@ -577,6 +577,7 @@ "Creation Interval": "Creation Interval", "Plugin": "Plugin", "Plugin Manager": "Plugin Manager", + "MonitorStatesText": "You can learn about how to use this here on ShinobiHub.", "IdentityText1": "This is how the system will identify the data for this stream. You cannot change the Monitor ID once you have pressed save. If you want you can make the Monitor ID more human readable before you continue.", "IdentityText2": "You can duplicate a monitor by modifying the Monitor ID then pressing save. You cannot use the ID of a monitor that already exists or it will save over that monitor's database information.", "opencvCascadesText": "If you see nothing here then just download this package of cascades. Drop them into plugins/opencv/cascades then press refresh .",