From bd39544cf992bbf31fc6227eecae438f9be17c72 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Thu, 29 Jun 2017 15:26:01 +1200 Subject: [PATCH] dashUpdater : Set the default Org's theme to light Most ceph UI's use a light theme, so this change aligns to that trend. --- dashUpdater.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashUpdater.py b/dashUpdater.py index 3026114..0d25eaf 100644 --- a/dashUpdater.py +++ b/dashUpdater.py @@ -260,6 +260,7 @@ def set_home_dashboard(home_dashboard): headers=HEADERS, auth=config.grafana_credentials, data=json.dumps({"name": "Main Org.", + "theme": "light", "homeDashboardId": dash_id})) if resp.status_code == 200: -- 2.47.3