mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUACAMOLE-5: Correct and simply guacGroupList styling/structure.
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
<a ng-href="#/manage/{{item.dataSource}}/connections/{{item.identifier}}">
|
||||
<a ng-href="#/manage/{{item.dataSource}}/connections/{{item.identifier}}"
|
||||
ng-class="{active: item.getActiveConnections()}">
|
||||
|
||||
<div class="caption" ng-class="{active: item.getActiveConnections()}">
|
||||
<!-- Connection icon -->
|
||||
<div class="icon type" ng-class="item.protocol"></div>
|
||||
|
||||
<!-- Connection icon -->
|
||||
<div class="protocol">
|
||||
<div class="icon type" ng-class="item.protocol"></div>
|
||||
</div>
|
||||
<!-- Connection name -->
|
||||
<span class="name">{{item.name}}</span>
|
||||
|
||||
<!-- Connection name -->
|
||||
<span class="name">{{item.name}}</span>
|
||||
<!-- Active user count -->
|
||||
<span class="activeUserCount" ng-show="item.getActiveConnections()"
|
||||
translate="SETTINGS_CONNECTIONS.INFO_ACTIVE_USER_COUNT"
|
||||
translate-values="{USERS: item.getActiveConnections()}"></span>
|
||||
|
||||
<!-- Active user count -->
|
||||
<span class="activeUserCount" ng-show="item.getActiveConnections()"
|
||||
translate="SETTINGS_CONNECTIONS.INFO_ACTIVE_USER_COUNT"
|
||||
translate-values="{USERS: item.getActiveConnections()}"></span>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user