mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
11025 fix error tag toast
This commit is contained in:
parent
80f5eeacdd
commit
f59c6699f6
@ -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