summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-12 16:31:05 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-12 16:31:05 +0200
commitefecc921bdeb4d435eecb80c8c13b82403e267ad (patch)
tree90e1a921883694944d853ebeb21624e68e06729b /web
parent8ea9254b14ef7b803a535a7c1253b6840a169e7f (diff)
added dovecot icon
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js14
1 files changed, 10 insertions, 4 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 2aaef7936e..2626138043 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -178,25 +178,31 @@ netdataDashboard.menu = {
'phpfpm': {
title: 'PHP-FPM',
icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
- info: undefined,
+ info: undefined
},
'postfix': {
title: 'postfix',
icon: '<i class="fa fa-envelope" aria-hidden="true"></i>',
- info: undefined,
+ info: undefined
+ },
+
+ 'dovecot': {
+ title: 'Dovecot',
+ icon: '<i class="fa fa-envelope" aria-hidden="true"></i>',
+ info: undefined
},
'nginx': {
title: 'nginx',
icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
- info: undefined,
+ info: undefined
},
'apache': {
title: 'Apache',
icon: '<i class="fa fa-eye" aria-hidden="true"></i>',
- info: undefined,
+ info: undefined
},
'named': {