mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
* feat(kube): introduce custom templates refactor(customtemplates): use build option chore(deps): upgrade yaml parser feat(customtemplates): add and edit RC to kube templates fix(kube): show docker icon fix(custom-templates): save rc * fix(kube/templates): route to correct routes
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
import controller from './kube-edit-custom-template-view.controller.js';
|
|
|
|
export const kubeEditCustomTemplateView = {
|
|
templateUrl: './kube-edit-custom-template-view.html',
|
|
controller,
|
|
};
|