Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: cleanup repo | Ole Mathias Heggem | 2023-01-21 | -8815/+0 |
| | ||||
* | NMS: Rebuild nmsInfoBox | Nicolai Tellefsen | 2016-04-05 | -496/+787 |
| | | | | | | | | | | | Basically the old model forced each window to handle all the logic needed for showing and managing a window. The new model takes care of the basic window- management and lets us focus on "panels" that are reusable, independent of each other, and can re-render themselves without concern for any other objects. We are also able to define windows and views that use existing panels just by providing a basic template to the windowHandler. Does still have som bugs and missing functionality that needs to be addressed. | |||
* | NMS: Fix nms-info-box.js formatting | Nicolai Tellefsen | 2016-04-03 | -109/+108 |
| | ||||
* | NMS: Let drawNow handle both epoch and date-string | Nicolai Tellefsen | 2016-04-03 | -1/+5 |
| | | | | | Unsure how to handle UTC vs non UTC. Atleast we can now see a date in both time-travel and live-data mode drawn to the map. | |||
* | NMS: Fix historic review, part one | Kristian Lyngstol | 2016-03-31 | -2/+1 |
| | | | | The actual replay might still be bugged, but fixed-point review works. | |||
* | NMS: Add serial no. view to inventory | Kristian Lyngstol | 2016-03-27 | -1/+9 |
| | ||||
* | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-26 | -3/+7 |
|\ | ||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-26 | -11/+50 |
| |\ | ||||
| * | | NMS: Various performance tweaks | Kristian Lyngstol | 2016-03-26 | -3/+7 |
| | | | ||||
* | | | NMS: Improve switch info window | Nicolai Tellefsen | 2016-03-26 | -157/+280 |
| |/ |/| | | | | | | | New summary view with live switch-information. Improved SNMP data listing and no more repetition of basic switch data for every view. | |||
* | | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-26 | -1/+1 |
|\| | ||||
| * | NMS: Tweak colors for DHCP map | Kristian Lyngstol | 2016-03-25 | -1/+1 |
| | | ||||
| * | NMS: TV mode? | Kristian Lyngstol | 2016-03-25 | -4/+105 |
| | | ||||
* | | NMS: Add basic formating to SNMP-data in infobox | Nicolai Tellefsen | 2016-03-26 | -11/+50 |
| | | ||||
* | | NMS: Temporary map time adjustment | Nicolai Tellefsen | 2016-03-25 | -0/+6 |
| | | | | | | | | | | Convert now-time from nmsData before displaying it in nmsMap in order to go from UTC to local time and a cleaner output format. | |||
* | | 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 | -11/+50 |
|\| | ||||
| * | NMS: Expose ET-interfaces and more | Kristian Lyngstol | 2016-03-24 | -3/+5 |
| | | ||||
| * | NMS: Tweak uplink traffic map | Kristian Lyngstol | 2016-03-24 | -7/+11 |
| | | ||||
| * | NMS: Add CPU map | Kristian Lyngstol | 2016-03-24 | -1/+34 |
| | | ||||
* | | 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: Add basic filter-field to inventory listing | Nicolai Tellefsen | 2016-03-24 | -12/+27 |
| | ||||
* | NMS: Change search to all lowercase | Nicolai Tellefsen | 2016-03-24 | -4/+4 |
| | | | | | Does not convert number only fields to lowercase. Is primarily useful when searching system descriptions for version information or similar. | |||
* | NMS: Add POC inventory listing to front-end | Nicolai Tellefsen | 2016-03-24 | -3/+108 |
| | ||||
* | NMS: Tweak temperature colors | Kristian Lyngstol | 2016-03-24 | -8/+12 |
| | ||||
* | NMS: Remove subnet from ssh-link | Nicolai Tellefsen | 2016-03-23 | -1/+2 |
| | ||||
* | NMS: Add SSH-button to switchInfo window | Nicolai Tellefsen | 2016-03-23 | -1/+10 |
| | ||||
* | NMS: Update temp map to use public api | Kristian Lyngstol | 2016-03-23 | -8/+6 |
| | ||||
* | NMS: Fix comment hash-check logic | Nicolai Tellefsen | 2016-03-23 | -6/+7 |
| | ||||
* | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-23 | -1/+34 |
|\ | ||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-23 | -1/+6 |
| |\ | ||||
| * | | NMS: SNMP map and remove switchtype and fix switch-add | Kristian Lyngstol | 2016-03-23 | -1/+34 |
| | | | ||||
* | | | NMS: Fix comments not triggering after "tab" switching | Nicolai Tellefsen | 2016-03-23 | -1/+2 |
| |/ |/| | ||||
* | | NMS: Switch info window style adjustments | Nicolai Tellefsen | 2016-03-23 | -1/+2 |
| | | ||||
* | | Hide info-box on successful save | Nicolai Tellefsen | 2016-03-23 | -0/+4 |
|/ | ||||
* | NMS: Remove netsize and add traffic | Kristian Lyngstol | 2016-03-23 | -31/+29 |
| | | | | Not perfect, but getting closer | |||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-22 | -12/+13 |
|\ | ||||
| * | NMS: Hide infobox when clicking empty canvas area | Nicolai Tellefsen | 2016-03-22 | -3/+3 |
| | | ||||
| * | NMS: Fix popovers embeded in info boxes | Nicolai Tellefsen | 2016-03-22 | -1/+1 |
| | | ||||
| * | NMS: Make sure switch redraw also redraws infotext | Nicolai Tellefsen | 2016-03-22 | -8/+9 |
| | | ||||
* | | NMS: Fix searching (again) | Kristian Lyngstol | 2016-03-22 | -10/+17 |
| | | ||||
* | | Toggle linknet connects in UI | Kristian Lyngstol | 2016-03-22 | -0/+5 |
| | | ||||
* | | NMS: Tweak NMS public API and draw linknets | Kristian Lyngstol | 2016-03-22 | -0/+38 |
|/ | ||||
* | NMS: Fix bug in comment refresh logic | Nicolai Tellefsen | 2016-03-22 | -10/+9 |
| | ||||
* | Merge branch 'master' of https://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-22 | -13/+73 |
|\ | ||||
| * | NMS: DHCP map | Kristian Lyngstol | 2016-03-22 | -13/+73 |
| | | ||||
* | | NMS: Additonal check to switch map handler | Nicolai Tellefsen | 2016-03-22 | -0/+2 |
| | | ||||
* | | NMS: Updated comment interface refresh-logic | Nicolai Tellefsen | 2016-03-22 | -26/+63 |
| | | ||||
* | | NMS: Fix some infoBox content checks | Nicolai Tellefsen | 2016-03-22 | -2/+6 |
|/ | ||||
* | NMS: Implement read/write separation in frontend | Kristian Lyngstol | 2016-03-22 | -8/+8 |
| |