summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/js/components/plugin-amps/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/js/components/plugin-amps/view.html')
-rw-r--r--glances/outputs/static/js/components/plugin-amps/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/glances/outputs/static/js/components/plugin-amps/view.html b/glances/outputs/static/js/components/plugin-amps/view.html
index 09f9298e..cc312250 100644
--- a/glances/outputs/static/js/components/plugin-amps/view.html
+++ b/glances/outputs/static/js/components/plugin-amps/view.html
@@ -1,8 +1,8 @@
<section id="amps" class="plugin">
<div class="table">
<div class="table-row" ng-repeat="process in vm.processes">
- <div class="table-cell text-left" ng-class="vm.getDescriptionDecoration(process)">{{ process.name }}</div>
- <div class="table-cell text-left">{{ process.count }}</div>
+ <div class="table-cell text-left" ng-class="vm.getNameDecoration(process)">{{ process.name }}</div>
+ <div class="table-cell text-left" ng-if="process.regex">{{ process.count }}</div>
<div class="table-cell text-left process-result" ng-bind-html="process.result|nl2br"></div>
</div>
</div>