From 48cd3de4a7d90ebe6bdb856c702aafb3a53b4b7d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 1 Dec 2021 22:37:44 +0000 Subject: [PATCH] graphs: Update handle for interrupts Signed-off-by: Michael Tremer --- src/westferry/handlers/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/westferry/handlers/analytics.py b/src/westferry/handlers/analytics.py index e496145..a8fff16 100644 --- a/src/westferry/handlers/analytics.py +++ b/src/westferry/handlers/analytics.py @@ -284,7 +284,7 @@ class AnalyticsSystemInterruptsHandler(AnalyticsSystemBaseHandler): _ = self.locale.translate graphs = [ - ui.graphs.Graph(self, "system-interrupts"), + ui.graphs.Graph(self, "interrupts"), ] self.render_graphs(graphs) -- 2.47.3