aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
Commit message (Collapse)AuthorAgeLines
* Adding CPU map to key 9, moving disco to 0cpu-map-hotkeyMagnus Kirø2018-04-06-0/+4
|
* Merge pull request #168 from olemathias/network-firstclassKristian Lyngstøl2018-03-21-2/+5
|\ | | | | Network as own table
| * Added network to menuOle Mathias Aa. Heggem2018-01-28-2/+5
| |
* | Make health-map defaultroot2018-03-21-2/+2
|/
* influx/chart and ansibleOle Mathias Aa. Heggem2017-11-05-3/+6
|
* Merge pull request #155 from msbone/masterKristian Lyngstøl2017-04-20-1/+1
|\ | | | | Added a basic search results page and search on tags
| * Merge remote-tracking branch 'refs/remotes/tech-server/master'Ole Mathias Heggem2017-04-19-8/+8
| |\
| * | Added a basic search results page and search on tagsOle Mathias Heggem2017-03-25-1/+1
| | |
* | | Further tidying upKristian Lyngstol2017-04-20-1/+1
| |/ |/|
* | TG17 monster commitKristian Lyngstøl2017-04-16-7/+7
| |
* | TG17 stuff ?Kristian Lyngstøl2017-04-10-2/+2
|/
* Change titleKristian Lyngstol2016-11-16-1/+1
|
* Tweak template UI slightlyKristian Lyngstol2016-11-14-8/+5
|
* More GUI for the templating frontendKristian Lyngstol2016-11-14-3/+21
| | | | | | | | Fixes #151 While there are certainly more things that can be done - such as reading the list of templates dynamically, it wouldn't be horrible to go into production with the GUI the way it is right now.
* Provide basic UI for template-testingKristian Lyngstol2016-11-14-0/+11
| | | | | | Still leaves a lot to be desired, but is a good start. References #151
* Tweak title-text for the overview graphKristian Lyngstol2016-11-07-1/+1
|
* Graph ALL the thingsKristian Lyngstol2016-11-07-0/+3
| | | | | | | Tweaks background colors on graphs. Adds a funky "ticker" to the navbar that may or may not break small screens. Graphs average latency and total bandwidth for all equipment.
* Remove Score Card-pageKristian Lyngstol2016-11-06-10/+0
| | | | | | | | It doesn't do any good in its current implementation. If it were to make sense, we'd need to drastically enrich it. Closes #128
* Bump us over to TG maps and layoutsKristian Lyngstol2016-11-04-1/+1
|
* Tooltips på oplog og flere tweaksKristian Lyngstol2016-07-01-1/+1
| | | | | | Tooltips vil være litt browseravhengig. Fikser også noen nightmode issues her og der.
* Remove debug output and fix linknet-adding in nightmodeKristian Lyngstol2016-07-01-3/+7
|
* front: Add score card pageKristian Lyngstol2016-06-30-0/+10
| | | | Displays a sorted list of what needs attention.
* Add DHCP-based client counter in front-endKristian Lyngstol2016-06-30-0/+2
|
* front: Introduce a tiny heart that pulses....Kristian Lyngstol2016-05-31-0/+1
| | | | | | | | | The HTML/detail should probably be tweaked, but I think we need a way to show that Gondul is still alive now that we are hiding the time stamp by default. Feel free to throw the HTML/CSS away in favor of some other subtle but noticeable "animation".
* front: Tweak logbook and info-box styles and feelKristian Lyngstol2016-05-28-1/+1
| | | | | | - Don't overload the logbook overlay - Neater date formatting (ugh, I hate that we need to do this) - Caption for the logbook in the info box
* dx: Switch base map and adjust placementKristian Lyngstol2016-05-28-1/+1
| | | | | | | | | | | | | I think we can say this Fixes #53 and Fixes #52 still should add support for making it configurable, that that's not a must for DX16 to take place.
* front: A few more time travel tweaksKristian Lyngstol2016-05-28-13/+10
| | | | | | | I can never get it all in a single commit. But I compensate by some times putting multiple unrelated things in the same commit.
* Fix numerous time-travel issues in front and APIKristian Lyngstol2016-05-28-3/+4
| | | | | | | | | | | | | | | | | Fixes #69 #11 #5 Introduces nmsTime which unifies the time travel code a bit. It still needs some work, but this is much better. All conversion is now done by native JavaScript methods, freeing us from the hell that is parsing it ourself. One thing should be added: The backend should discard any now=values that are not 5-minute intervals. We don't want to kill the cache and the database by extension. Still need to re-implement the "replay event" shorthand, but that ties in to #54
* Add dx16 early graphics and adjust placementKristian Lyngstol2016-05-28-1/+1
| | | | | | References #53 #52 #54 It's hardcoded, but I can live with that for now.
* front: More visual tweaks and tuneupsKristian Lyngstol2016-05-28-8/+9
| | | | | | | - Time in oplog is now localtime and properly padded (00:10, not 0:10) - Health map instead of combo/aggregated - Tweak the menu slightly - Rotate and resize the random switch in guess_placement
* front: Tweak various aestheticsKristian Lyngstol2016-05-28-1/+1
|
* front/api: Add user-provided nick to oplogKristian Lyngstol2016-05-28-0/+1
| | | | | | Fixes #84 It's really stupid simple, but it will work.
* front: Move CSS out of index.htmlKristian Lyngstol2016-05-22-99/+20
|
* Front: Separate searching from the info-boxKristian Lyngstol2016-05-22-2/+3
|
* Search box/oplog: Add string-literal searchKristian Lyngstol2016-05-22-0/+1
| | | | | You can now use "foo" to find a switch called foo, but not also the ones called foobar foobar1, etc
* Add a combined health mapKristian Lyngstol2016-05-20-0/+5
| | | | | | | | | | Only combines SNMP and ping for now, but the "API" it establishes should do what we need. References #15 Before I consider this done we need to add the infomration in the info-box, and also remove the manual information present there.
* Add rudimentary way of providing linknets.Kristian Lyngstol2016-05-20-0/+8
| | | | Needs a lot of work, including the API side, possibly also the schema.
* Tweak log entries and switch entriesKristian Lyngstol2016-05-19-2/+2
| | | | Also: onclick handler for log entries.
* Remove comments from code in place of oplogsKristian Lyngstol2016-05-18-5/+0
|
* Add basic oplogKristian Lyngstol2016-05-18-3/+37
| | | | | | | | | | It still needs to be integrated with switches/info box, but this is a good start. Shows the last 5 log messages in an overlay on the map, with the rest visible in an oplog tab. Fixes #20
* Add search-box documentationKristian Lyngstol2016-05-16-0/+2
| | | | Fixes #41
* Minor UI tweaks here and thereKristian Lyngstol2016-05-16-2/+5
| | | | | | | | | - Shadow for map title text (color matches background, so only visible when background interferes with readability) - SNMP map is private too - Remove 'map' from a bunch of titles - Fix z-index and position for map title (z-index is lower than the input canvas, but higher than everything else).
* Frontend: Hide certain elements in public-modeKristian Lyngstol2016-05-16-13/+16
| | | | Probably a few more items that needs to be added here.
* Make the admin-pane slightly usefulKristian Lyngstol2016-05-16-2/+2
| | | | It's still not very good, but this doesn't have to be precision work.
* Add tabs for admin/mapKristian Lyngstol2016-05-14-1/+13
| | | | | | The admin-tab is currently empty. That is besides the point. Closes #18
* Start simplifying tvmode and settingsKristian Lyngstol2016-05-13-21/+6
| | | | | | | | | | Fixes #68 References #67 There's still a few bits missing for #67 since there is no UI for it yet. On the bright side, this will store arbitrary options.
* Actual initial importKristian Lyngstol2016-04-12-0/+337
Fetched from tgmanage.