Skip to content

Commit 00a2446

Browse files
SteveSteve
authored andcommitted
Make the snmp tables Bootstrap .table classes
1 parent 33f9b61 commit 00a2446

File tree

1 file changed

+1
-0
lines changed
  • homemon-server/public/javascripts

1 file changed

+1
-0
lines changed

homemon-server/public/javascripts/snmp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ socket.on('data', function(data) {
3030
var title = document.createElement("h4");
3131
title.innerHTML = decodedData.device;
3232
var tbl = document.createElement("TABLE");
33+
tbl.className = "table";
3334
tbl.id = decodedData.device;
3435

3536
document.getElementById("tables").appendChild(div);

0 commit comments

Comments
 (0)