diff --git a/src/views/graphs.js b/src/views/graphs.js index 963a926c1..6962fbe54 100644 --- a/src/views/graphs.js +++ b/src/views/graphs.js @@ -180,7 +180,7 @@ angular.module('Application').controller('GraphsController', ['$scope', '$locati $scope.installedApps.forEach(function (app) { targets.push('summarize(collectd.localhost.table-' + app.id + '-memory.gauge-rss, "1min", "avg")'); targetsInfo.push({ - label: app.location || 'bare domain', + label: app.fqdn, color: getRandomColor(), app: app });