From: Michael Tremer Date: Wed, 1 Dec 2021 22:37:44 +0000 (+0000) Subject: graphs: Update handle for interrupts X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48cd3de4a7d90ebe6bdb856c702aafb3a53b4b7d;p=people%2Fms%2Fwestferry.git graphs: Update handle for interrupts Signed-off-by: Michael Tremer --- 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)