1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 12:25:22 +02:00

fix(templates): separate template views filters [EE-6397] (#10711)

This commit is contained in:
Chaim Lev-Ari 2024-01-02 13:25:26 +07:00 committed by GitHub
parent 82951093b5
commit 4c226d7a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 16 deletions

View file

@ -5,4 +5,5 @@
on-select="($ctrl.selectTemplate)"
on-delete="($ctrl.confirmDelete)"
selected-id="$ctrl.state.selectedTemplate.Id"
storage-key="'kube-custom-templates'"
></custom-templates-list>