diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-03-16 21:26:09 +0000 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-03-16 21:26:09 +0000 |
commit | 14a7305a06c2a9651593137094a8d2f39af66c05 (patch) | |
tree | 98a104e1e6c93110b4b72217dcdcb065242c6e9b /web/nms.gathering.org/index.html | |
parent | b1e9d762c58eb57e4d600750d1a4f0cbf47e7178 (diff) |
NMS: Enable simple SNMP viewing.
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index f770df0..3452b9a 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -221,15 +221,9 @@ </div> </div> </div> - <div style="position: absolute; z-index: 120;" class="col-md-4"> - <div id="info-switch-parent" class="panel panel-default col-d-6" style="display: none; backgroun:silver; position: absolute; z-index: 120;"> - <div class="panel-heading"> - <h3 class="panel-title" id="info-switch-title"></h3> - </div> - <div id="info-switch-panel-body"> - <table class="table" id="info-switch-table"></table> - </div> - </div> + <div id="info-switch-parent" class="panel panel-default col-md-5" style="display: none; position: absolute; z-index: 120;"> + <div class="panel-heading"> <h3 class="panel-title" id="info-switch-title"></h3> </div> + <div id="info-switch-panel-body"> <table class="table" id="info-switch-table"></table> </div> </div> </div> |