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:
Rob Cresswell 2016-01-12 14:40:47 +00:00
parent eb1a7ccbcc
commit 1b8783b47a

View File

@ -145,7 +145,7 @@ Defaults: ``{'delay': [3000], 'fade_duration': [1500], 'types': []}``
If provided, will auto-fade the alert types specified. Valid alert types
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.
``bug_url``