mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
GUAC-1138 Implemented global active session filter against name, username, and remote host.
This commit is contained in:
@@ -76,3 +76,12 @@
|
||||
.manage table.session-list th.sort-primary.sort-descending:after {
|
||||
background-image: url('images/arrows/up.png');
|
||||
}
|
||||
|
||||
.manage .sessions .filter{
|
||||
background-image: url('images/magnifier.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.75em;
|
||||
padding-left: 1.75em;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user