File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -290,8 +290,9 @@ function buildMonitorsFilters() {
290
290
return [
291
291
"filterBar " => $ html ,
292
292
"displayMonitors " => $ displayMonitors ,
293
- "storage_areas " => $ storage_areas ,
294
- "StorageById " => $ StorageById ,
293
+ "storage_areas " => $ storage_areas , //Console page
294
+ "StorageById " => $ StorageById , //Console page
295
+ "colAllAvailableMonitors " => $ colAllAvailableMonitors , //Console page
295
296
"selected_monitor_ids " => $ selected_monitor_ids
296
297
];
297
298
}
Original file line number Diff line number Diff line change 103
103
$ displayMonitors = $ resultMonitorFilters ['displayMonitors ' ];
104
104
$ storage_areas = $ resultMonitorFilters ['storage_areas ' ];
105
105
$ StorageById = $ resultMonitorFilters ['StorageById ' ];
106
+ $ colAllAvailableMonitors = $ resultMonitorFilters ['selected_monitor_ids ' ];
106
107
107
108
$ displayMonitorIds = array_map (function ($ m ){return $ m ['Id ' ];}, $ displayMonitors );
108
109
You can’t perform that action at this time.
0 commit comments