Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Upgrade bootstrap and rewrite API (#230)HEADmaster | Ole Mathias Aa. Heggem | 2025-04-13 | -193/+200 |
| | ||||
* | No search-box at zero results, the search button change color on 0 (white) , ↵ | Ole Mathias Heggem | 2017-04-20 | -2/+15 |
| | | | | 1 (green) and multiple (blue) hits | |||
* | Merge remote-tracking branch 'refs/remotes/tech-server/master' | Ole Mathias Heggem | 2017-04-19 | -0/+16 |
|\ | ||||
| * | TG17 monster commit | Kristian Lyngstøl | 2017-04-16 | -0/+16 |
| | | ||||
* | | Added a basic search results page and search on tags | Ole Mathias Heggem | 2017-03-25 | -10/+22 |
|/ | ||||
* | Implement tags and various other minor tweaks | Kristian Lyngstol | 2016-07-01 | -1/+1 |
| | ||||
* | front: Fix basic Safari-stuff and misc oplog-issues | Kristian Lyngstol | 2016-06-30 | -1/+1 |
| | | | | | | | | .... Oplog: Don't send empty oplog entries. When viewing a switch, don't include oplog entries that have a blank system association. | |||
* | Add serial numbers (cisco) and fix snmp view | Kristian Lyngstol | 2016-06-30 | -0/+16 |
| | | | | No longer updates SNMP view when you're looking at it. | |||
* | front: Search tweaks and twaks | Kristian Lyngstol | 2016-05-25 | -7/+4 |
| | | | | | | | | regex search on distro is mainly to include it in extended searches, e.g.: ^(distro0|row21-\d)$ This means "" is now, again, needed to match only one switch. | |||
* | front: Use RegExp all over for searches | Kristian Lyngstol | 2016-05-23 | -5/+6 |
| | | | | | | | | | creates some interesting opportunities, as searches can be combined. E.g.: '(row\d+-2|distro0|presse) can be used to mark multiple different switches now. Or '(::1$|^noc$|127.*\.14$) etc. Could probably get rid of the ""-hack now too. It was mainly meant for the automatic oplog entry on switch-creation, which can now use "^switch$" instead. | |||
* | front: Regex searching instead of home-brew thingamajing | Kristian Lyngstol | 2016-05-23 | -1/+2 |
| | ||||
* | front: Live search and tweaked mgmt info | Kristian Lyngstol | 2016-05-22 | -0/+16 |
| | | | | | | | | Fixes #2 Also, since I didn't bother splitting the commits, this tweaks the information provided from the snmp handler and management handler. Notably treating IPv4 and IPv6 management addresses as equals. | |||
* | Front: Separate searching from the info-box | Kristian Lyngstol | 2016-05-22 | -0/+144 |