Skip to content

Commit 75887cc

Browse files
committed
Fixed Monitor panel not displaying.
1 parent edc73e8 commit 75887cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/src/main/webapp/ReportingMonitor.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<label id="filters" >Monitoring Status</label>
162162
</div>
163163

164-
<div class="panel-body collapse in" style="overflow-y: scroll;" id="monitoringChart">
164+
<div class="panel-body" style="overflow-y: scroll;" id="monitoringChart">
165165
<div class="row">
166166
<div class="col-sm-6 global-counter" id="MonitorHeader">
167167
Last refresh = xx s

source/src/main/webapp/js/pages/ReportingMonitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ function refreshMonitorTable(dataFromWs) {
524524
exeId = item.getAttribute("data-exeid");
525525
fn = item.getAttribute("data-fn");
526526
id = item.getAttribute("id");
527-
console.info(item);
527+
// console.info(item);
528528
indexPreviousValues[id] = exeId + fn;
529529

530530
});

0 commit comments

Comments
 (0)