diff options
Diffstat (limited to 'web/nms.gathering.org/nms2/index.html')
-rw-r--r-- | web/nms.gathering.org/nms2/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index acfe810..87c375d 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -105,7 +105,9 @@ performance (And because it's generally better)</li> <li>Add DHCP map</li> <li>Add magic map (combined map of sorts)</li> - <li>Upgrade jQuery and Boost</li> + <li>Upgrade jQuery and Bootstrap</li> + <li>Add better control panel stuff</li> + <li>Overhaul general UI for a proper bootstrap-approved look.</li> <li>Fix legend display</li> <li>Better dialog-boxes (Both this and various others)</li> <li>Add switch-box to review state on individual ports</li> @@ -113,6 +115,7 @@ <li>More?</li> </ul> <h3>Todo for backend:</h3> + <ul> <li>Fix horrible SQL :D</li> <li>Close SQL injections (IT'S WIDE OPEN BECAUSE WHY NOT THAT'S NEVER A PROBLEM)</li> <li>Fix SNMP-fetcher so it gets ifXTable and at least ifOperStatus from ifTable. Possibly other tweaks.</li> @@ -120,13 +123,14 @@ <li>Integrate with FAP</li> <li>Clean up old interfaces</li> <li>Review various agents/tools</li> + <li>Improve cache headers</li> </ul> </div> <canvas id="myCanvas" width="1920" height="1032" style="cursor: pointer;" onclick="canvasClick(event)"> </canvas> -<div style="display:none;"><img id="source" src="prototype/tg15-salkart-full.png" ></div> +<div style="display:none;"><img id="source" src="img/tg15-salkart-full.png" ></div> </div> </div> |