Skip to content

Commit

Permalink
[req-changes] Fixed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 13, 2024
1 parent 10ef8df commit d2f0642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openwisp_controller/config/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,15 @@ def register_dashboard_charts(self):
'applied': '#267126',
'modified': '#ffb442',
'error': '#a72d1d',
'deactivating': '#353c44',
'deactivated': '#000',
},
'labels': {
'applied': _('applied'),
'modified': _('modified'),
'error': _('error'),
'deactivating': _('deactivating'),
'deactivated': _('deactivated'),
},
},
)
Expand Down

0 comments on commit d2f0642

Please sign in to comment.