diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-24 02:51:06 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-24 02:51:06 +0100 |
commit | 91e4dcd96203f12c67936ed5d3fa7a890ea2cf55 (patch) | |
tree | 42b64cf3a9aa2bedd5266330488fe26de3ff3232 /web/nms.gathering.org/index.html | |
parent | 85a031af6775a9a24fa51c63b6ed4b38ee52945b (diff) |
NMS: Add POC inventory listing to front-end
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index a10d1dc..366c960 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -77,11 +77,15 @@ <li><a href="#" onclick="toggleNightMode()">Toggle Night Mode</a></li> <li><a href="#" onclick="toggleConnect()">Toggle linknets</a></li> <li class="divider"> </li> - <li class="dropdown-header">Move switches</li> + <li class="dropdown-header">Switches</li> <li><a href="#" onclick="nmsMap.moveSet(true);">Enable switch moving</a></li> <li><a href="#" onclick="nmsMap.moveSet(false);">Disable switch moving</a></li> <li><a href="#" onclick="nmsInfoBox.showWindow('addSwitch')">Add switch</a></li> <li class="divider"> </li> + <li class="dropdown-header">Inventory lists</li> + <li><a href="#" onclick="nmsInfoBox.showWindow('inventoryListing','distro_name');">Distro names</a></li> + <li><a href="#" onclick="nmsInfoBox.showWindow('inventoryListing','sysDescr')">System description</a></li> + <li class="divider"> </li> <li class="dropdown-header">Help</li> <li><a href="#" onclick="toggleLayer('aboutKeybindings');" >Keyboard Shortcuts</a></li> </ul> |