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,