From 5e82e3b1d8ed1bc484ae1d7523a8bcbc2f502913 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 16 Aug 2016 17:49:07 +0300 Subject: [PATCH] fix for the title of qemu/kvm cgroup titles --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 041290b8..942ea592 100644 --- a/web/index.html +++ b/web/index.html @@ -1491,7 +1491,7 @@ var menuData = { info: undefined }, - 'cgroup-vm': { + 'cgqemu': { title: 'VM', info: undefined }, @@ -2024,7 +2024,7 @@ function enrichChartData(chart) { case 'cgroup': chart.menu = chart.type; if(chart.id.match(/.*[\._\/-:]qemu[\._\/-:]*/) || chart.id.match(/.*[\._\/-:]kvm[\._\/-:]*/)) - chart.menu_pattern = 'cgroup-vm'; + chart.menu_pattern = 'cgqemu'; else chart.menu_pattern = 'cgroup'; break; -- 2.39.2