You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/kubernetes/custom-templates/kube-custom-templates-view/kube-custom-templates-view....

10 lines
345 B

<page-header title="'Custom Templates'" breadcrumbs="['Custom Templates']" reload="true"></page-header>
<custom-templates-list
templates="$ctrl.templates"
on-select="($ctrl.selectTemplate)"
on-delete="($ctrl.confirmDelete)"
selected-id="$ctrl.state.selectedTemplate.Id"
storage-key="'kube-custom-templates'"
></custom-templates-list>