AoS.Health Suriname Malaria Production Dashboard
https://sr.aos.health/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
--- |
|
# Additionnal page configuration |
|
|
|
# Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>). |
|
# `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything |
|
|
|
|
|
subtitle: "this is another dashboard page" |
|
|
|
# This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one: |
|
message: ~ |
|
|
|
# as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field: |
|
links: |
|
- name: "Home" |
|
icon: "fas fa-home" |
|
url: "#" |
|
- name: "Contribute" |
|
icon: "fab fa-github" |
|
url: "https://github.com/bastienwirtz/homer" |
|
target: "_blank" # optional html a tag target attribute |
|
- name: "Wiki" |
|
icon: "fas fa-book" |
|
url: "https://www.wikipedia.org/" |
|
|
|
services: |
|
- name: "More applications on another page!" |
|
icon: "fas fa-cloud" |
|
items: |
|
- name: "Awesome app on a second page!" |
|
logo: "assets/tools/sample.png" |
|
subtitle: "Bookmark example" |
|
tag: "app" |
|
url: "https://www.reddit.com/r/selfhosted/" |
|
target: "_blank"
|
|
|