mirror of https://github.com/portainer/portainer
add data-cy attribute to helm menu in ce kube sidebar (#5985)
parent
f738af0f34
commit
33001a8654
|
@ -28,7 +28,7 @@
|
|||
Namespaces
|
||||
</sidebar-menu-item>
|
||||
|
||||
<sidebar-menu-item path="kubernetes.templates.helm" path-params="{ endpointId: $ctrl.endpointId }" icon-class="fa-dharmachakra fa-fw" class-name="sidebar-list">
|
||||
<sidebar-menu-item path="kubernetes.templates.helm" path-params="{ endpointId: $ctrl.endpointId }" icon-class="fa-dharmachakra fa-fw" class-name="sidebar-list" data-cy="k8sSidebar-helm">
|
||||
Helm
|
||||
</sidebar-menu-item>
|
||||
|
||||
|
|
Loading…
Reference in New Issue