portainer/app/kubernetes/custom-templates/kube-custom-templates-view/index.js

7 lines
180 B
JavaScript

import controller from './kube-custom-templates-view.controller.js';
export const kubeCustomTemplatesView = {
templateUrl: './kube-custom-templates-view.html',
controller,
};