mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
7 lines
191 B
JavaScript
7 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,
|
||
|
};
|