Added global VLAN ports page (#16415)

* Global VLAN ports page

* Show a list of devices too

* Fix a little theme color issues

* oops

* Just put css in the theme

* Apply fixes from StyleCI

---------

Co-authored-by: Tony Murray <murrant@users.noreply.github.com>
Co-authored-by: Neil Lathwood <gh+n@laf.io>
This commit is contained in:
Tony Murray
2024-09-25 10:14:13 -05:00
committed by GitHub
parent 2ffe314dc7
commit d2fb66d3d5
7 changed files with 241 additions and 1 deletions

View File

@@ -123,6 +123,11 @@
}
.devices-graphs-select {
margin-right: 5px;
margin-right: 5px;
color: #555;
}
.panel-title select {
background-color: black;
color: white;
}