mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-1133: Fix reference to non-existent MANAGE namespace.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<!-- Active user count -->
|
<!-- Active user count -->
|
||||||
<span class="activeUserCount" ng-show="item.activeConnections">
|
<span class="activeUserCount" ng-show="item.activeConnections">
|
||||||
{{'MANAGE.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}}
|
{{'MANAGE_CONNECTION.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user