mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Allow to set styles for alert banner
This commit is contained in:
parent
0216bf3f64
commit
2d36e36464
5 changed files with 18 additions and 3 deletions
|
@ -560,7 +560,8 @@ More information will follow.
|
|||
* `title: ...` will be used as the title in the layout.
|
||||
* `alias: ...` (optional) a short alias for Bitcoin Core alerts. Ex. "dos" will produce /dos.html
|
||||
* `active: ...` (true or false) define if the alert should appear as ongoing in the network status page.
|
||||
* `banner: ...` (optional) a short text that will be displayed in a red alert banner and link to the alert page.
|
||||
* `banner: ...` (optional) a short text that will be displayed in an alert banner and link to the alert page.
|
||||
* `bannerclass: ...` (optional) a CSS class that sets the color of the banner. Possible values: alert (default red), warning (orange), success (green), info (blue).
|
||||
* `last updated: ...` should be kept up to date and be in RFC 2822 format ( date -uR ).
|
||||
|
||||
## Wallets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue