diff --git a/web/assets/js/bs5.monitorsUtils.js b/web/assets/js/bs5.monitorsUtils.js
index 41756702..c8b5fd08 100644
--- a/web/assets/js/bs5.monitorsUtils.js
+++ b/web/assets/js/bs5.monitorsUtils.js
@@ -1004,7 +1004,7 @@ function buildMiniMonitorCardBody(monitorAlreadyAdded,monitorConfigPartial,addit
-
diff --git a/web/assets/js/bs5.videosTable.js b/web/assets/js/bs5.videosTable.js
index 2837f40f..03387eda 100644
--- a/web/assets/js/bs5.videosTable.js
+++ b/web/assets/js/bs5.videosTable.js
@@ -38,10 +38,10 @@ $(document).ready(function(e){
})
}
window.openVideosTableView = function(monitorId){
- openTab(`videosTableView`,{})
drawMonitorListToSelector(monitorsList,null,null,true)
monitorsList.val(monitorId)
drawVideosTableViewElements()
+ openTab(`videosTableView`,{})
}
loadDateRangePicker(dateSelector,{
onChange: function(start, end, label) {
@@ -245,7 +245,7 @@ $(document).ready(function(e){
.on('click','.open-videosTable',function(e){
e.preventDefault()
var monitorId = getRowsMonitorId(this)
- openVideosTableView()
+ openVideosTableView(monitorId)
return false;
});
sideLinkListBox