| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Makes it more snug and look the same all over
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
Fixes broken class list when the description was stuff like "worst:
management info" (where the "info" would end up as a class and change the
look).
|
|
|
|
|
|
|
|
|
| |
No need to expose 'switch' id in the API - it's internal to the db.
The entire edit-logic should be cleaned up, but at least this fixes the
immediate problem.
Fixes #74
|
| |
|
|
|
|
|
|
|
|
|
|
| |
handlerInfo is getting slightly extensive, but it might be worth it.
This also introduces a "map" handler that .... doesn't handle the map.
If/when namespaces are introduced properly in nms-map-handlers.js, we
should also rename it to nms-data-logic.js or something else that signifies
that this is what makes data useful one way or an other.
|
| |
|
|
|
|
|
| |
You can now use "foo" to find a switch called foo, but not also the ones
called foobar foobar1, etc
|
|
|
|
|
|
|
|
| |
Fixes #15
Still lots of things that _should_ be done, but this is the groundwork
needed for a combined map. Theoretically, all map handlers should just
expose getInfo somehow now.
|
|
|
|
| |
Also: onclick handler for log entries.
|
| |
|
| |
|
|
|
|
| |
Fixes #41
|
|
Fetched from tgmanage.
|