mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
|
import controller from './kube-custom-templates-view.controller.js';
|
||
|
|
||
|
export const kubeCustomTemplatesView = {
|
||
|
templateUrl: './kube-custom-templates-view.html',
|
||
|
controller,
|
||
|
};
|