mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Revert dashboard changes
This commit is contained in:
parent
9cf624da4c
commit
0703fd0531
@ -276,7 +276,6 @@ class DashboardWidgetColorChoices(ChoiceSet):
|
||||
GRAY = 'gray'
|
||||
BLACK = 'black'
|
||||
WHITE = 'white'
|
||||
NETBOXTEAL = 'primary'
|
||||
|
||||
CHOICES = (
|
||||
(BLUE, _('Blue')),
|
||||
@ -292,7 +291,6 @@ class DashboardWidgetColorChoices(ChoiceSet):
|
||||
(GRAY, _('Gray')),
|
||||
(BLACK, _('Black')),
|
||||
(WHITE, _('White')),
|
||||
(NETBOXTEAL, _('NetBox Teal')),
|
||||
)
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ DEFAULT_DASHBOARD = [
|
||||
'width': 4,
|
||||
'height': 5,
|
||||
'title': 'Bookmarks',
|
||||
'color': 'primary',
|
||||
'color': 'orange',
|
||||
},
|
||||
{
|
||||
'widget': 'extras.ObjectCountsWidget',
|
||||
@ -46,7 +46,7 @@ DEFAULT_DASHBOARD = [
|
||||
'width': 4,
|
||||
'height': 2,
|
||||
'title': 'Welcome!',
|
||||
'color': 'primary',
|
||||
'color': 'green',
|
||||
'config': {
|
||||
'content': (
|
||||
'This is your personal dashboard. Feel free to customize it by rearranging, resizing, or removing '
|
||||
@ -128,6 +128,7 @@ DEFAULT_DASHBOARD = [
|
||||
'width': 12,
|
||||
'height': 5,
|
||||
'title': 'Change Log',
|
||||
'color': 'blue',
|
||||
'config': {
|
||||
'model': 'core.objectchange',
|
||||
'page_size': 25,
|
||||
|
Loading…
Reference in New Issue
Block a user