portainer/portainer

View on GitHub
app/kubernetes/custom-templates/kube-custom-templates-view/kube-custom-templates-view.html

Summary

Maintainability
Test Coverage
<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>