aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-oplog.js
Commit message (Collapse)AuthorAgeLines
* TG17 monster commitKristian Lyngstøl2017-04-16-1/+4
|
* Tooltips på oplog og flere tweaksKristian Lyngstol2016-07-01-1/+2
| | | | | | Tooltips vil være litt browseravhengig. Fikser også noen nightmode issues her og der.
* front: Fix basic Safari-stuff and misc oplog-issuesKristian Lyngstol2016-06-30-7/+14
| | | | | | | | .... Oplog: Don't send empty oplog entries. When viewing a switch, don't include oplog entries that have a blank system association.
* js: Oplog tweaks for datesKristian Lyngstol2016-06-29-1/+1
| | | | Firefox....
* front: Tweak logbook and info-box styles and feelKristian Lyngstol2016-05-28-4/+13
| | | | | | - 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
* front: More visual tweaks and tuneupsKristian Lyngstol2016-05-28-1/+6
| | | | | | | - 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/api: Add user-provided nick to oplogKristian Lyngstol2016-05-28-6/+29
| | | | | | Fixes #84 It's really stupid simple, but it will work.
* front: Remove some old console.log() remnantsKristian Lyngstol2016-05-25-1/+1
| | | | KEK
* front: Fix switch viewing in public and tvmode-initKristian Lyngstol2016-05-25-0/+2
| | | | Fixes #76
* Front: Separate searching from the info-boxKristian Lyngstol2016-05-22-1/+1
|
* Tweak log entries and switch entriesKristian Lyngstol2016-05-19-0/+3
| | | | Also: onclick handler for log entries.
* Disable IE support and HTML-injectionKristian Lyngstol2016-05-18-2/+2
|
* Remove comments from code in place of oplogsKristian Lyngstol2016-05-18-4/+14
|
* Add basic oplogKristian Lyngstol2016-05-18-0/+65
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