Files
zzz 9d0d109281 Add servlet with status and config
Start client from servlet, not from clients.config
servlet adapted from orchid, includes previous contributions by drzed
Add connection counter, not displayed yet
js and css adapted from orchid, originally by drzed
socks icon courtesy drzed
yes.png from console
other icons from orchid by drzed
Fixup plugin.config
Requires router-side fixes in 1.6.1-8
WIP, more to do
2022-01-07 07:53:10 -05:00

14 lines
203 B
CSS

#configuration {
display: table !important;
}
#expand {
display: none !important;
z-index: -1 !important;
}
#collapse {
display: inline-block !important;
z-index: 100 !important;
}