From 83d866c5f5e9fc8a4c185768067d5aebf0f3979d Mon Sep 17 00:00:00 2001 From: dormant-user Date: Sun, 29 Sep 2024 18:36:58 -0500 Subject: [PATCH] Handle permission error for IO counters Include an option for custom service names Center collapsible details in the UI --- pyninja/monitor/templates/main.html | 36 +++++++++++++++++++++-------- pyninja/operations.py | 25 +++++++++++--------- 2 files changed, 41 insertions(+), 20 deletions(-) diff --git a/pyninja/monitor/templates/main.html b/pyninja/monitor/templates/main.html index 2b8df57..70b3c25 100644 --- a/pyninja/monitor/templates/main.html +++ b/pyninja/monitor/templates/main.html @@ -153,15 +153,6 @@ background-color: #e0e0e0; } - .center-container { - width: 100%; - margin-left: 45%; - } - - .center-container details { - text-align: left; - } - h1 { width: 100%; text-align: center; @@ -219,9 +210,24 @@