1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(cy): add data-cy to add kube volume views (#6285)

This commit is contained in:
wheresolivia 2021-12-16 16:12:55 +13:00 committed by GitHub
parent ac9ca7d5e3
commit efa125790f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
order-by="PersistentVolumeClaim.Name"
remove-action="ctrl.removeAction"
refresh-callback="ctrl.getVolumes"
data-cy="k8s-volumes-datatable"
>
</kubernetes-volumes-datatable>
</uib-tab>