DashMachine icon indicating copy to clipboard operation
DashMachine copied to clipboard

Overide name ?

Open m4dm4rtig4n opened this issue 5 years ago • 1 comments

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

m4dm4rtig4n avatar Apr 03 '20 08:04 m4dm4rtig4n

this should be easy enough :)

rmountjoy92 avatar Apr 05 '20 13:04 rmountjoy92