diff --git a/src/js/logs.js b/src/js/logs.js index 036065ca7..5861ea711 100644 --- a/src/js/logs.js +++ b/src/js/logs.js @@ -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') },