Fix doc incorrectly specifying alert-error
The settings doc specifies 'alert-error', when horizon uses 'alert-danger'. This causes unexpected behaviour when altering HORIZON_CONFIG, such as alerts that don't fade (see bug report) Change-Id: I8e5f3e253db980700f6064264e985ea8cde759d4 Closes-Bug: 1312499
This commit is contained in:
parent
eb1a7ccbcc
commit
1b8783b47a
@ -145,7 +145,7 @@ Defaults: ``{'delay': [3000], 'fade_duration': [1500], 'types': []}``
|
|||||||
|
|
||||||
If provided, will auto-fade the alert types specified. Valid alert types
|
If provided, will auto-fade the alert types specified. Valid alert types
|
||||||
include: ['alert-default', 'alert-success', 'alert-info', 'alert-warning',
|
include: ['alert-default', 'alert-success', 'alert-info', 'alert-warning',
|
||||||
'alert-error'] Can also define the delay before the alert fades and the fade
|
'alert-danger'] Can also define the delay before the alert fades and the fade
|
||||||
out duration.
|
out duration.
|
||||||
|
|
||||||
``bug_url``
|
``bug_url``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user