mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
GUAC-1126: Add client-specific disconnect action to menu. Style with danger.
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
<!-- Menu options -->
|
||||
<ul class="options">
|
||||
|
||||
<!-- Local actions -->
|
||||
<li ng-repeat="action in localActions">
|
||||
<a ng-class="action.className" ng-click="action.callback()">
|
||||
{{action.name | translate}}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Navigation links -->
|
||||
<li ng-repeat="page in pages">
|
||||
<a class="home" ng-click="navigateToPage(page)"
|
||||
|
Reference in New Issue
Block a user