DashMachine
DashMachine copied to clipboard
Overide name ?
Hi,
I would like to have 2 cards with the same name :
- Traefik (tag network)
- Traefik (tag documentation)
Would it be possible to add a variable that would Overide the name of the card?
Exemple :
[Traefik_doc]
prefix = https://
url = docs.traefik.io
name = Traefik
icon = static/images/icons/traefik.png
description = Modules documentations
tags = Documentation
open_in = iframe
[Traefik_apps]
prefix = https://
url = traefik.DOMAIN.fr
name = Traefik
icon = static/images/icons/traefik.png
sidebar_icon = static/images/icons/traefik.png
description = The Cloud Native Edge Router
data_sources = ping_traefik
tags = Network
open_in = iframe
this should be easy enough :)