From 0898c7545881b61970518f5c4356a3767c2d8694 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 22 Mar 2025 11:51:31 -0400 Subject: [PATCH] Disabling Docker stats for Homepage. --- ansible/app-configs/homepage_settings.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/app-configs/homepage_settings.yaml.j2 b/ansible/app-configs/homepage_settings.yaml.j2 index e8380507..f8a53954 100644 --- a/ansible/app-configs/homepage_settings.yaml.j2 +++ b/ansible/app-configs/homepage_settings.yaml.j2 @@ -11,10 +11,10 @@ providers: title: Rinoa Dashboard (trez.WTF) headerStyle: underlined color: slate -showStats: true +showStats: false statusStyle: "dot" favicon: /icons/favicon.ico -useEqualHeights: false +useEqualHeights: true hideErrors: false searchDescriptions: true showSearchSuggestions: true