aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/nms2/js/nms.js
Commit message (Collapse)AuthorAgeLines
* nms: Make NMS great againKristian Lyngstol2016-02-21-1704/+0
| | | | Or: Move nms2 to root
* nms: Fix firefox replayKristian Lyngstol2016-02-21-2/+2
| | | | by actually following the spec
* NMS: Add info-text for temperature mapKristian Lyngstol2015-05-07-28/+89
| | | | | This can also be used by other updaters. It doesn't look particularly good on "small" switches though....
* iNMS: Minor visibility tweaks for tablets :wqKristian Lyngstol2015-05-05-3/+8
| | | | NANO!? GAH!
* NMS: Add "total switch speed" mapKristian Lyngstol2015-04-29-0/+4
| | | | I'm thinking of factoring ifhighspeed for the scaling...
* NMS: Better refresh/sticky mapsKristian Lyngstol2015-04-28-19/+25
|
* NMS: Add real gradient support for all mapsKristian Lyngstol2015-04-27-6/+29
| | | | | This so beats custom-gradient-functions for latency, custom for temperature and custom for speed...
* NMS: Disable debug handler for key bindingsKristian Lyngstol2015-04-25-1/+1
|
* NMS: Monster-commit after local .git corruptionKristian Lyngstol2015-04-25-90/+409
| | | | | | | | This constitutes ... I don't know.... 20 commits or something like that. Unfortunately my local .git directory got corrupted while the check out was OK (after the VM froze). Instead of trying to recreate the local history, I'm just hurrying the hell up and getting this work OFF my local laptop and VM so I don't lose anything for good.
* NMS: More coarse-tuning of commentsKristian Lyngstol2015-04-21-47/+92
| | | | | | | Wouldn't call it fine tuning. Now got active/inactive/persists/delete state working OK, and things are showing up prettier.
* NMS: FireFoxFix: s/innerText/textContent/Kristian Lyngstol2015-04-21-7/+7
|
* NMS: Add layer-visibility setting/debug dialogKristian Lyngstol2015-04-21-2/+12
|
* NMS: Remove debug codeKristian Lyngstol2015-04-20-1/+0
|
* NMS: Add comment-spotting mapKristian Lyngstol2015-04-20-0/+2
| | | | | | This helps identify which switches are being worked on. If I choose to add "active"/"inactive" toggling, then this will further contribute to the usefulness of this map.
* NMS: Add comment field for switchesKristian Lyngstol2015-04-20-1/+55
|
* Add a comment for updateSpeedKristian Lyngstol2015-04-17-0/+7
|
* NMS: Split things into multiple files and tweaksKristian Lyngstol2015-04-17-316/+46
|
* NMS: Simplify some of the handler-logicKristian Lyngstol2015-04-16-27/+70
|
* NMS: Output streamlining for timeKristian Lyngstol2015-04-15-32/+65
| | | | | | | | | | | | | | | | | | Now displays time as shown in the database (don't want to use nms.now, since that might not reflect the actual data). This does have one flaw: Ping time is a separate request, so technically there could be a miss-match there. Also fix the padding-issue with time display. (E.g.: 17:5:5 17:50:5 17:5:50 17:50:50 7:51:15 17:15:51 etc.
* NMS: Performance tuning on multiple layersKristian Lyngstol2015-04-14-76/+263
| | | | | | | | | | 1. Add scaffolding for frontend timer tweaks, and a simple debug UI for it. 2. Add frontend ajax-tracker, to avoid spamming the backend too fast when it's unable to cope. 3. Considerably simplify the SQL The SQL tuning has drastically cut the response time of port-state.pl. I need to update the schema too to reflect the new indexes I'm using.
* Adjust "now" font-size.Kristian Lyngstol2015-04-13-6/+6
|
* Numerous style tweaks and minor fixes to NMS2Kristian Lyngstol2015-04-13-17/+30
|
* NMS: Bump jquery and bootstrap versionKristian Lyngstol2015-04-11-2/+4
| | | | Also introduces several related style-fixes.
* NMS: Multi-canvas drawing for potential performanceKristian Lyngstol2015-04-11-110/+143
| | | | | | Not a big deal for chromium at the moment, but firefox liked it. It also has more potential for future improvments.
* NMS: CleanupsKristian Lyngstol2015-04-10-3/+3
| | | | | - Remove prototype (merged with index/nms) - Use fewer global variables
* NMS: Tweak replay logic and fix linknet/ping dropKristian Lyngstol2015-04-10-29/+33
| | | | | | We only get ping_data for live networks, but that creates a problem when we iterate that list instead of the complete list of switches/linknets: If a switch goes away, its last status would be shown.
* NMS: Improve time travel and add AboutKristian Lyngstol2015-04-10-6/+8
|
* NMS2: Draw linknets, fix fonts and add replayKristian Lyngstol2015-04-10-10/+65
|
* NMS: Implement time travel.Kristian Lyngstol2015-04-10-0/+1067