summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/html/plugins/quicklook.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/html/plugins/quicklook.html')
-rw-r--r--glances/outputs/static/html/plugins/quicklook.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/glances/outputs/static/html/plugins/quicklook.html b/glances/outputs/static/html/plugins/quicklook.html
index 27980659..4048636b 100644
--- a/glances/outputs/static/html/plugins/quicklook.html
+++ b/glances/outputs/static/html/plugins/quicklook.html
@@ -1,5 +1,5 @@
<div class="table">
- <div class="table-row" ng-show="!show.per_cpu">
+ <div class="table-row" ng-show="!arguments.percpu">
<div class="table-cell text-left">CPU</div>
<div class="table-cell">
<div class="progress">
@@ -12,7 +12,7 @@
{{ statsQuicklook.cpu }}%
</div>
</div>
- <div class="table-row" ng-show="show.per_cpu" ng-repeat="percpu in statsQuicklook.percpus">
+ <div class="table-row" ng-show="arguments.percpu" ng-repeat="percpu in statsQuicklook.percpus">
<div class="table-cell text-left">CPU{{ percpu.number }}</div>
<div class="table-cell">
<div class="progress">