mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-801 Created password update dialog on home screen, grant self READ and UPDATE permission to users upon creation, and added sql update script to grant self READ and UPDATE permissions for users in pre-existing databases.
This commit is contained in:
@@ -69,3 +69,13 @@ div.recent-connections div.connection {
|
||||
max-width: 75%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.password-dialog {
|
||||
position: absolute;
|
||||
background: white;
|
||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||
margin: 1em;
|
||||
width: 5in;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
Reference in New Issue
Block a user