aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* js inspection fixes and readability formatting.Magnus Kirø2016-03-21-14/+13
|
* Merge branch 'master' of github.com:tech-server/tgmanage into devMagnus Kirø2016-03-21-21/+28
|\
| * Merge branch 'master' of https://github.com/tech-server/tgmanageNicolai Tellefsen2016-03-21-1/+3
| |\
| * | NMS: Adjust temperature handler to new schemaNicolai Tellefsen2016-03-21-21/+28
| | |
* | | Merge branch 'master' of github.com:tech-server/tgmanage into devMagnus Kirø2016-03-21-1/+3
|\ \ \ | | |/ | |/|
| * | NMS: Fix switch movement and poll timeoutKristian Lyngstol2016-03-21-1/+3
| |/
* | Merge branch 'master' of github.com:tech-server/tgmanage into devMagnus Kirø2016-03-21-3/+20
|\|
| * NMS: Improve search GO-button event listenerNicolai Tellefsen2016-03-21-5/+11
| |
| * NMS: Enable search GO-buttonNicolai Tellefsen2016-03-20-3/+14
| |
* | which switch html finished.Magnus Kirø2016-03-21-2/+12
| |
* | Merge branch 'master' of github.com:tech-server/tgmanage into devMagnus Kirø2016-03-20-244/+288
|\|
| * NMS: Rewrite infoBox to enable multiple windowTypesNicolai Tellefsen2016-03-20-244/+288
| |
| * NMS: Add dhcp-summaryKristian Lyngstol2016-03-20-0/+20
| |
| * NMS: Fix nms-map load not triggeringNicolai Tellefsen2016-03-20-2/+1
| |
| * NMS: Fix disappearing BG on resizeEventNicolai Tellefsen2016-03-20-0/+3
| |
| * NMS: Add basic add-switch interfaceNicolai Tellefsen2016-03-20-33/+169
| |
| * NMS: Intelligent, undocumented active-ports-searchKristian Lyngstol2016-03-19-4/+44
| |
* | which switch: getting IP and printing it. Need to style with html.Magnus Kirø2016-03-20-4/+19
| |
* | which switch an I on script file.Magnus Kirø2016-03-20-0/+15
| |
* | ping cleanup/formatting, and timestamp to seconds conversion improvement.Magnus Kirø2016-03-20-14/+18
| |
* | line breakup in snmpMagnus Kirø2016-03-20-1/+2
| |
* | strict and warnings in dhcp-summary.Magnus Kirø2016-03-20-0/+2
| |
* | readability in switch-stateMagnus Kirø2016-03-20-2/+4
| |
* | NMS: Add dhcp-summaryKristian Lyngstol2016-03-20-0/+20
| |
* | NMS: Fix nms-map load not triggeringNicolai Tellefsen2016-03-20-2/+1
| |
* | NMS: Fix disappearing BG on resizeEventNicolai Tellefsen2016-03-20-0/+3
| |
* | NMS: Add basic add-switch interfaceNicolai Tellefsen2016-03-20-33/+169
| |
* | NMS: Intelligent, undocumented active-ports-searchKristian Lyngstol2016-03-20-4/+44
|/
* NMS: Add live highlight to searchNicolai Tellefsen2016-03-17-25/+38
| | | | | Original search only worked with exact matches. Added a simple highlight interface to nms-map.js to enable live highlights while typing.
* NMS: Actually store distro and ipv6 address tooKristian Lyngstol2016-03-17-2/+8
|
* NMS: Add subnets in swtichesKristian Lyngstol2016-03-17-2/+2
|
* NMS: Moure output hacksKristian Lyngstol2016-03-17-5/+12
|
* NMS: Improve rendering performance SLIGHTLY on blurKristian Lyngstol2016-03-17-10/+24
|
* NMS: BlurKristian Lyngstol2016-03-17-22/+25
| | | | All important blur.
* NMS: Ping and uplinks work nowKristian Lyngstol2016-03-16-55/+34
| | | | Getting packet loss to localhost now...
* NMS: Nuke port-state, update switch-stateKristian Lyngstol2016-03-16-54/+42
| | | | On its way. Not done.
* NMS: ... actually add the SNMP APIKristian Lyngstol2016-03-16-0/+29
| | | | "Untracked files"....
* NMS: Enable simple SNMP viewing.Kristian Lyngstol2016-03-16-10/+30
|
* NMS: Fix production-grade cache :DKristian Lyngstol2016-03-16-14/+5
| | | | | | | Seems to work fine, both with caching and cache invalidation. (e.g.: moving a switch, adding ac omment). Might have missed something, of course.
* NMS: Implement improved ping mapKristian Lyngstol2016-03-16-21/+53
| | | | | | | 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 whatnotKristian Lyngstol2016-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.
* NMS: Tweak search with blinking pink!Kristian Lyngstol2016-03-14-16/+26
| | | | I'm proud of this silliness.
* NMS: Slowly start cleaning handlersKristian Lyngstol2016-03-13-10/+1
|
* NMS: Fix switch moving bugKristian Lyngstol2016-03-13-1/+4
| | | | | | If you just clicked a switch without moving it would use whatever coordinates were laying around, typically moving the switch onto the previously moved one.
* NMS: Add simple searchingKristian Lyngstol2016-03-13-3/+42
| | | | Not perfect, but not bad either.
* NMS: Support resetting switch position to buest-guessKristian Lyngstol2016-03-13-1/+6
| | | | | Simply type "reset" in the gui (including quotes) and it'll guess based on name.
* NMS: InfoBox: Catch switch changes tooKristian Lyngstol2016-03-13-0/+4
|
* NMSjs: Enable interactive movement of switches!Kristian Lyngstol2016-03-13-22/+107
| | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional.
* NMSjs: Tweak/fix text drawingKristian Lyngstol2016-03-13-23/+36
|
* NMS: Allow editing switches in GUIKristian Lyngstol2016-03-13-7/+123
| | | | | | It's not pretty, but it works and should cover most of the use-cases. Placement-editing is not meant to be the primary way to edit anything.