mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -06:00
Fix jobresult success label spelling
This commit is contained in:
parent
e53839ca2a
commit
49c6bee6d7
@ -127,7 +127,7 @@ class TemplateLanguageChoices(ChoiceSet):
|
|||||||
class LogLevelChoices(ChoiceSet):
|
class LogLevelChoices(ChoiceSet):
|
||||||
|
|
||||||
LOG_DEFAULT = 'default'
|
LOG_DEFAULT = 'default'
|
||||||
LOG_SUCCESS = 'sucess'
|
LOG_SUCCESS = 'success'
|
||||||
LOG_INFO = 'info'
|
LOG_INFO = 'info'
|
||||||
LOG_WARNING = 'warning'
|
LOG_WARNING = 'warning'
|
||||||
LOG_FAILURE = 'failure'
|
LOG_FAILURE = 'failure'
|
||||||
|
Loading…
Reference in New Issue
Block a user