]> arthur.barton.de Git - netdata.git/commitdiff
better looking php-fpm section
authorpaulfantom <paulfantom@gmail.com>
Thu, 16 Jun 2016 08:47:14 +0000 (10:47 +0200)
committerpaulfantom <paulfantom@gmail.com>
Thu, 16 Jun 2016 08:47:14 +0000 (10:47 +0200)
web/index.html

index c84289696ee93cbcea6bf223196e1d215baaa9bb..60a9c7eb859954581a9228bcb714fd8aba07b056 100644 (file)
@@ -1361,6 +1361,11 @@ var menuData = {
                info: undefined
        },
 
+       'phpfpm': {
+               title: 'PHP-FPM',
+               info: undefined,
+       }
+
        'named': {
                title: 'named',
                info: undefined
@@ -1800,6 +1805,7 @@ function enrichChartData(chart) {
                        break;
 
                case 'mysql':
+               case 'phpfpm':
                case 'named':
                case 'cgroup':
                        chart.menu = chart.type;