GUACAMOLE-5: Implement management interface for sharing profile permissions.

This commit is contained in:
Michael Jumper
2016-08-04 18:21:32 -07:00
parent 8a8ae8496c
commit e3db19d633
5 changed files with 86 additions and 1 deletions

View File

@@ -165,7 +165,8 @@ div.section {
}
.connection .icon,
.connection-group .icon {
.connection-group .icon,
.sharing-profile .icon {
display: inline-block;
width: 24px;
height: 24px;
@@ -199,6 +200,10 @@ div.section {
background-image: url('images/protocol-icons/guac-monitor.png');
}
.sharing-profile .icon {
background-image: url('images/share.png');
}
/*
* Groups
*/