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