mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
11025 fix error tag toast
This commit is contained in:
parent
29dad0f588
commit
6d6e6b1ae5
@ -215,6 +215,7 @@ def status_from_tag(tag: str = "info") -> str:
|
||||
'warning': 'warning',
|
||||
'success': 'success',
|
||||
'error': 'danger',
|
||||
'danger': 'danger',
|
||||
'debug': 'info',
|
||||
'info': 'info',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user