Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NMS: Improved TV-mode default view and options | Nicolai Tellefsen | 2016-03-25 | -11/+46 |
| | | | | | | | | | Removed menubar by default, hid time info, added bigger map description and bigger legend-bar. New options: nightmode: 1 or 0 - Turns nightmode on or off vertical: 0 or 1 - Rotates text for rotated displays | |||
* | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-25 | -2/+4 |
|\ | ||||
| * | NMS: Tweak uplink traffic map | Kristian Lyngstol | 2016-03-24 | -2/+4 |
| | | ||||
* | | NMS: Add url-option for "TV-mode" | Nicolai Tellefsen | 2016-03-25 | -2/+62 |
|/ | | | | | | | | Example url: ?views=uplink,ping,temp,traffic,traffictot,dhcp,comment,snmp&interval=10#tvmode Views: Comma-separated handler tags Interval: Time between views in seconds | |||
* | NMS: SNMP map and remove switchtype and fix switch-add | Kristian Lyngstol | 2016-03-23 | -0/+5 |
| | ||||
* | Toggle linknet connects in UI | Kristian Lyngstol | 2016-03-22 | -0/+5 |
| | ||||
* | NMS: DHCP map | Kristian Lyngstol | 2016-03-22 | -4/+8 |
| | ||||
* | NMS: Implement read/write separation in frontend | Kristian Lyngstol | 2016-03-22 | -5/+5 |
| | ||||
* | MERGE fix. | Magnus Kirø | 2016-03-22 | -0/+8 |
|\ | ||||
| * | NMS: Tweak search highlight and hotkeys | Nicolai Tellefsen | 2016-03-21 | -0/+8 |
| | | ||||
* | | Merge branch 'master' of github.com:tech-server/tgmanage into dev | Magnus Kirø | 2016-03-21 | -4/+34 |
|\| | ||||
| * | NMS: Fix broken keymapping-commit | Nicolai Tellefsen | 2016-03-21 | -11/+15 |
| | | ||||
| * | NMS: Improve keymappings | Nicolai Tellefsen | 2016-03-21 | -4/+30 |
| | | ||||
| * | NMS: Add dhcp-summary | Kristian Lyngstol | 2016-03-20 | -0/+1 |
| | | ||||
* | | js linting / code fixup. | Magnus Kirø | 2016-03-21 | -20/+15 |
| | | ||||
* | | js inspection fixes and readability formatting. | Magnus Kirø | 2016-03-21 | -14/+13 |
| | | ||||
* | | NMS: Add dhcp-summary | Kristian Lyngstol | 2016-03-20 | -0/+1 |
|/ | ||||
* | NMS: Improve rendering performance SLIGHTLY on blur | Kristian Lyngstol | 2016-03-17 | -1/+1 |
| | ||||
* | NMS: Nuke port-state, update switch-state | Kristian Lyngstol | 2016-03-16 | -1/+0 |
| | | | | On its way. Not done. | |||
* | NMS: Implement improved ping map | Kristian Lyngstol | 2016-03-16 | -1/+18 |
| | | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be. | |||
* | NMS: Rewrite the SNMP fetcher and whatnot | Kristian Lyngstol | 2016-03-16 | -0/+1 |
| | | | | | | | | | Again. It's using the prototype, and the objects are configurable. I assume this will need some work. Also: I touched ping up to make it work without linknets. | |||
* | NMSjs: Enable interactive movement of switches! | Kristian Lyngstol | 2016-03-13 | -13/+0 |
| | | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional. | |||
* | NMSjs: Split the info box out and clean further + tweak | Kristian Lyngstol | 2016-03-13 | -148/+3 |
| | ||||
* | NMS: Fix comment changing | Kristian Lyngstol | 2016-03-13 | -0/+1 |
| | ||||
* | NMSjs: Get rid of more cruft. | Kristian Lyngstol | 2016-03-13 | -496/+213 |
| | ||||
* | NMSjs: Bump map handlers and more | Kristian Lyngstol | 2016-03-12 | -4/+5 |
| | | | | | The idea is that map handlers just register for events instead of this periodic update. | |||
* | NMS: Remove superfluous debug/tweak stuff | Kristian Lyngstol | 2016-03-12 | -45/+1 |
| | | | | Uncluttering the UI and reducing the need for complexity in the code. | |||
* | NMSjs: Massive rework of map drawing | Kristian Lyngstol | 2016-03-12 | -494/+16 |
| | | | | | | Still half-way done, but it's looking better. Confirmed working right now: Comment spotter and disco. | |||
* | NMSjs: Start applying the nmsData logic aka: break * | Kristian Lyngstol | 2016-03-12 | -364/+91 |
| | | | | | | | | | | | Things are currently somewhat broken, as expected. No handlers are updated. All in all, this isn't a disaster because it reveals a lot of crud that should never have been tied in with this logic to begin with. Will continue working on it after dinner. | |||
* | NMS: Prep for frontend poller-rewrite | Kristian Lyngstol | 2016-03-10 | -11/+57 |
| | | | | | The biggest thing here is the addition of a generic poller and a generic "hash" from the backend so equality can easily be checked. | |||
* | NMS: Generalize switch info box and add mgmt | Kristian Lyngstol | 2016-03-09 | -45/+48 |
| | | | | | | | Makes it possible to show all info the server returns, even if it's a bit ugly. The management info isn't updated automatically (yet). | |||
* | Merge playback of historical and live data | Nicolai Tellefsen | 2016-03-06 | -90/+92 |
| | | | | | | | Implemented various playback functions to control both historical playback and normal "live" playback. This functionality has been gathered under nms.playback. The separate ping and ports timers are still available if needed, but not currently in use. | |||
* | Add timezone compensation to epoch converters | Nicolai Tellefsen | 2016-03-06 | -1/+16 |
| | ||||
* | Optimize setNow() | Nicolai Tellefsen | 2016-03-05 | -10/+2 |
| | ||||
* | Make nowPicker use nms.now as default value | Nicolai Tellefsen | 2016-03-05 | -0/+2 |
| | ||||
* | NMS: Add basic playback functions | Nicolai Tellefsen | 2016-03-05 | -63/+83 |
| | ||||
* | Merge branch 'timetravel-gui' | Nicolai Tellefsen | 2016-03-04 | -14/+45 |
|\ | ||||
| * | Add basic time travel UI | Nicolai Tellefsen | 2016-03-04 | -14/+45 |
| | | ||||
* | | nms: Rename API end points and separate public/private | Kristian Lyngstol | 2016-03-04 | -6/+6 |
|/ | ||||
* | Add management support to updateSwitches() | Nicolai Tellefsen | 2016-03-01 | -0/+2 |
| | ||||
* | Read switch-placements from switches.pl | Nicolai Tellefsen | 2016-03-01 | -6/+49 |
| | ||||
* | nms: Make NMS great again | Kristian Lyngstol | 2016-02-21 | -0/+1709 |
Or: Move nms2 to root |