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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outputs/static/js/components/plugin-amps/view.html b/glances/outputs/static/js/components/plugin-amps/view.html
index d5ec8e0e..09f9298e 100644
--- a/glances/outputs/static/js/components/plugin-amps/view.html
+++ b/glances/outputs/static/js/components/plugin-amps/view.html
@@ -3,7 +3,7 @@
<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 process-result">{{ process.result }}</div>
+ <div class="table-cell text-left process-result" ng-bind-html="process.result|nl2br"></div>
</div>
</div>
</section>