We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc73e8 commit 75887ccCopy full SHA for 75887cc
2 files changed
source/src/main/webapp/ReportingMonitor.jsp
@@ -161,7 +161,7 @@
161
<label id="filters" >Monitoring Status</label>
162
</div>
163
164
- <div class="panel-body collapse in" style="overflow-y: scroll;" id="monitoringChart">
+ <div class="panel-body" style="overflow-y: scroll;" id="monitoringChart">
165
<div class="row">
166
<div class="col-sm-6 global-counter" id="MonitorHeader">
167
Last refresh = xx s
source/src/main/webapp/js/pages/ReportingMonitor.js
@@ -524,7 +524,7 @@ function refreshMonitorTable(dataFromWs) {
524
exeId = item.getAttribute("data-exeid");
525
fn = item.getAttribute("data-fn");
526
id = item.getAttribute("id");
527
- console.info(item);
+// console.info(item);
528
indexPreviousValues[id] = exeId + fn;
529
530
});
0 commit comments