]> arthur.barton.de Git - netdata.git/commitdiff
ipfs naming in dashboard
authordavidak <git@davidak.de>
Sun, 7 Aug 2016 20:22:55 +0000 (22:22 +0200)
committerdavidak <git@davidak.de>
Sun, 7 Aug 2016 20:22:55 +0000 (22:22 +0200)
web/index.html

index a005fd45f4034f5545c92ba1973b8f039aec2ad5..89c55e228a10622bc6d06965069814ce6de7ba40 100644 (file)
@@ -1372,6 +1372,11 @@ var menuData = {
                info: undefined
        },
 
+       'ipfs': {
+               title: 'IPFS',
+               info: undefined
+       },
+
        'phpfpm': {
                title: 'PHP-FPM',
                info: undefined,
@@ -1880,6 +1885,7 @@ function enrichChartData(chart) {
                case 'phpfpm':
                case 'postfix':
                case 'redis':
+               case 'ipfs':
                case 'squid':
                case 'snmp':
                case 'tomcat':