Add missing graphite log viewer entry

This commit is contained in:
Johannes Zellner
2019-08-27 14:54:39 +02:00
parent cd2baf105f
commit 19e1bbdc1c
+1
View File
@@ -88,6 +88,7 @@ app.controller('LogsController', ['$scope', '$timeout', '$location', 'Client', f
if (ids.id) {
var BUILT_IN_LOGS = [
{ name: 'Box', type: 'platform', value: 'box', url: Client.makeURL('/api/v1/cloudron/logs/box') },
{ name: 'Graphite', type: 'service', value: 'graphite', url: Client.makeURL('/api/v1/services/graphite/logs') },
{ name: 'MongoDB', type: 'service', value: 'mongodb', url: Client.makeURL('/api/v1/services/mongodb/logs') },
{ name: 'MySQL', type: 'service', value: 'mysql', url: Client.makeURL('/api/v1/services/mysql/logs') },
{ name: 'PostgreSQL', type: 'service', value: 'postgresql', url: Client.makeURL('/api/v1/services/postgresql/logs') },