mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-1010: Only query contents of connection groups if they are not balancing or we have admin permission. Fix rendering of balancing groups for non-admins.
This commit is contained in:
@@ -255,16 +255,16 @@ div.section {
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.group .icon.group.type.empty.balancer {
|
||||
opacity: 1;
|
||||
background-image: url('images/protocol-icons/guac-monitor.png');
|
||||
}
|
||||
|
||||
.group.expanded > .children {
|
||||
display: block;
|
||||
border-left: 1px dotted rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.group.balancer:not(.empty) > .caption .icon.type {
|
||||
display: inline-block;
|
||||
background-image: url('images/protocol-icons/guac-monitor.png');
|
||||
}
|
||||
|
||||
.group > .caption .icon.group {
|
||||
opacity: 0.75;
|
||||
background-image: url('images/group-icons/guac-closed.png');
|
||||
|
Reference in New Issue
Block a user