From 9a95969e8a5880dcb546e4e9656b356892a79b2a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 16 Jul 2024 14:44:45 -0400 Subject: [PATCH] Restore original dashboard widget config --- netbox/extras/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/extras/constants.py b/netbox/extras/constants.py index afad95af4..005f6863d 100644 --- a/netbox/extras/constants.py +++ b/netbox/extras/constants.py @@ -128,6 +128,7 @@ DEFAULT_DASHBOARD = [ 'width': 12, 'height': 5, 'title': 'Change Log', + 'color': 'blue', 'config': { 'model': 'core.objectchange', 'page_size': 25,