mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUACAMOLE-36: Migrate guacLogin and guacNotification to TranslatableMessage.
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
<div class="body">
|
||||
|
||||
<!-- Notification text -->
|
||||
<p ng-show="notification.text" class="text">{{notification.text | translate}}</p>
|
||||
<p ng-show="notification.text" class="text"
|
||||
translate="{{notification.text.key}}"
|
||||
translate-values="{{notification.text.variables}}"></p>
|
||||
|
||||
<!-- Current progress -->
|
||||
<div class="progress" ng-show="notification.progress"><div class="bar" ng-show="progressPercent" ng-style="{'width': progressPercent + '%'}"></div><div
|
||||
|
Reference in New Issue
Block a user