Commit Graph

6 Commits

Author SHA1 Message Date
c232cf0e2b added colour priority to the label column (#11607) 2020-06-04 22:25:34 -05:00
fc281ccc4b Add device group filter to widgets (#9692) 2019-08-07 19:59:14 -05:00
394c40e541 Implement filter helpers for ajax table controllers (#9660)
Reduces boiler plate code.
2019-01-14 14:00:05 -06:00
5bf4ca2b6c Fix syslog select2 theme (#9248)
Wrong one :/
htmlentities the rest...
2018-09-21 08:22:15 -05:00
f81552e1c1 Syslog fixes (#9246) 2018-09-21 07:33:34 -05:00
21ca8bf0b0 Update syslog display and backend (#9228)
* Update syslog display backend
select boxes now dynamically load instead of loading all on pageload
select and table ajax backends completely redone with Laravel (just syslog for now)
duplicate url creation to Url utility class for now (uses Device model instead of array)
build short hostname functionality into Device->displayName() helper

* Fix whitespace

* Some tidying up. Split out displayName() and shortDisplayName()

* Enable auto-sizing.
Fix small error in Url

* Eager load device
Use bootstrap theme for select2
2018-09-20 21:33:03 +01:00