mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Document notification banner
This commit is contained in:
parent
f81ffbe83d
commit
284258fbc6
@ -1,7 +1,8 @@
|
|||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
Customizing `cc-backend` means changing the logo, legal texts, and the login
|
Customizing `cc-backend` means changing the logo, legal texts, and the login
|
||||||
template instead of the placeholders.
|
template instead of the placeholders. You can also place a text file in `./var`
|
||||||
|
to add dynamic status or notification messages to the clusterCockpit homepage.
|
||||||
|
|
||||||
# Replace legal texts
|
# Replace legal texts
|
||||||
|
|
||||||
@ -22,3 +23,7 @@ To change the logo displayed in the navigation bar, you can provide the file
|
|||||||
folder exists and use the images provided there instead of the built-in images.
|
folder exists and use the images provided there instead of the built-in images.
|
||||||
You may also place additional images there you use in a custom login template.
|
You may also place additional images there you use in a custom login template.
|
||||||
|
|
||||||
|
# Add notification banner on homepage
|
||||||
|
To add a notification banner you can add a file `notice.txt` to `./var`. As long
|
||||||
|
as this file is present all text in this file is shown in an info banner on the
|
||||||
|
homepage.
|
||||||
|
Loading…
Reference in New Issue
Block a user