mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-2020: Allow hiding the display statistics bar.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<dl class="client-statistics">
|
||||
<dl class="client-statistics" ng-show="isVisible">
|
||||
|
||||
<dt class="client-statistic desktop-fps">
|
||||
{{ 'CLIENT.FIELD_HEADER_DESKTOP_FRAMERATE' | translate }}
|
||||
@@ -36,4 +36,9 @@
|
||||
translate-values="{ VALUE : round(statistics.dropRate) }"></span>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</dl>
|
||||
|
||||
<div class="buttons-statistics"
|
||||
ng-click="isVisible = !isVisible"
|
||||
ng-class="{ 'hide-statistics' : isVisible, 'show-statistics' : !isVisible }">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user