mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
* kubernetes attributes done, swarm attributes halfway, aci to go * all attributes for cypress selectors added * kubernetes attributes done, swarm attributes halfway, aci to go * all attributes for cypress selectors added * all attributes for cypress selectors added * fixed files from rebase, added docker sidebar element attributes * kubernetes attributes done, swarm attributes halfway, aci to go * all attributes for cypress selectors added * all attributes for cypress selectors added * removed files to match develop * ammended comments * removed bindings for switch
19 lines
480 B
HTML
19 lines
480 B
HTML
<sidebar-menu-item
|
|
path="azure.dashboard"
|
|
path-params="{ endpointId: $ctrl.endpointId }"
|
|
icon-class="fa-tachometer-alt fa-fw"
|
|
class-name="sidebar-list"
|
|
data-cy="azureSidebar-dashboard"
|
|
>
|
|
Dashboard
|
|
</sidebar-menu-item>
|
|
|
|
<sidebar-menu-item
|
|
path="azure.containerinstances"
|
|
path-params="{ endpointId: $ctrl.endpointId }"
|
|
icon-class="fa-cubes fa-fw"
|
|
class-name="sidebar-list"
|
|
data-cy="azureSidebar-containerInstances"
|
|
>
|
|
Container instances
|
|
</sidebar-menu-item>
|