aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-info-box.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r--web/js/nms-info-box.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js
index 37332a0..1a4ab4f 100644
--- a/web/js/nms-info-box.js
+++ b/web/js/nms-info-box.js
@@ -832,6 +832,9 @@ var switchCommentsPanel = function () {
table.className = "table";
table.classList.add("table");
table.classList.add("table-condensed");
+ var cap = document.createElement("caption");
+ cap.textContent = "Relevant log entries";
+ table.appendChild(cap);
for (var v in logs) {
tr = table.insertRow(-1);
tr.className =