Skip to content

Commit

Permalink
restructure device management menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Oct 30, 2024
1 parent 9f7300a commit f08b8a5
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions models/base_menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,35 +78,46 @@ spec:
children:
data:
- namespace: Infra
name: Device
label: Device
kind: InfraDevice
name: NetworkDeviceMenu
label: Network Device
icon: "mdi:server"
children:
data:
- namespace: Infra
name: Device
label: Device
kind: InfraDevice
icon: "mdi:server"
- name: Interface
namespace: Infra
label: "Interface"
icon: "mdi:ethernet"
kind: InfraInterface

- namespace: Infra
name: MlagMenu
label: MLAG
icon: "eos-icons:cluster-management"
children:
data:
- name: MlagDomain
namespace: Infra
label: "MLAG Domain"
icon: "eos-icons:cluster-management"
kind: InfraMlagDomain

- name: MlagInterface
namespace: Infra
label: "MLAG Interface"
icon: "mdi:ethernet"
kind: InfraMlagInterface

- namespace: Infra
name: Platform
label: Platform
kind: InfraPlatform
icon: "mdi:application-cog-outline"

- name: MlagDomain
namespace: Infra
label: "MLAG Domain"
icon: "eos-icons:cluster-management"
kind: InfraMlagDomain

- name: MlagInterface
namespace: Infra
label: "MLAG Interface"
icon: "mdi:ethernet"
kind: InfraMlagInterface

- namespace: Infra
name: CircuitMenu
Expand Down

0 comments on commit f08b8a5

Please sign in to comment.