Explorar o código

11025 fix error tag toast

Arthur %!s(int64=3) %!d(string=hai) anos
pai
achega
f59c6699f6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/utilities/templatetags/helpers.py

+ 1 - 0
netbox/utilities/templatetags/helpers.py

@@ -215,6 +215,7 @@ def status_from_tag(tag: str = "info") -> str:
         'warning': 'warning',
         'success': 'success',
         'error': 'danger',
+        'danger': 'danger',
         'debug': 'info',
         'info': 'info',
     }