GUAC-1138 Implemented global active session filter against name, username, and remote host.

This commit is contained in:
James Muehlner
2015-03-25 22:01:18 -07:00
parent 88eb8dba24
commit 7966058928
5 changed files with 64 additions and 13 deletions

View File

@@ -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;
}