mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
#268: Only display "Manage" button if permission available.
This commit is contained in:
@@ -36,6 +36,14 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#manage {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.admin #manage {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
div#login-ui {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user