
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
14 lines
203 B
CSS
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;
|
|
}
|