Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Multiple URLs per item #840

Open
rmoriz opened this issue Dec 8, 2024 · 0 comments
Open

[feature request] Multiple URLs per item #840

rmoriz opened this issue Dec 8, 2024 · 0 comments

Comments

@rmoriz
Copy link

rmoriz commented Dec 8, 2024

Hi,

let's say one has a service group item named "Router". Imagine the router has several URLs that one frequently wants to access, like:

- https://router.local/system/logs 
- https://router.local/system/dhcp/1/leases#IPv4
- https://router.local/system/traffic/by-device/eth6#ipv6-vlan666

As far as I know, it's currently only possible to specify one URL per item/card.
Creating an YAML item for each URL would quickly fill the page and lower the information density.

I suggest something like:

services:
  - name: Infrastructure
    icon: "fas fa-server"
    items:
      - name: "Router"
        icon: "fa-solid fa-network-wired"
        subtitle: "the main one"
        tag: "router"
        url:
          - "https://router.local/"
        quick:
          - name: "Logs"
            url: "https://router.local/system/logs"
          - name: "DHCP IPv4 leases"
            url: "https://router.local/system/dhcp/1/leases#IPv4"
          - name: "Traffic on IPv6 lab interface"
            url: "https://router.local/system/traffic/by-device/eth6#ipv6-vlan666"

The links should be displayed as a list inside the main item-card below the subtitle.

What do you think?

@rmoriz rmoriz changed the title Multiple URLs per item [feature request] Multiple URLs per item Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant