mirror of https://github.com/portainer/portainer
9 lines
239 B
JavaScript
9 lines
239 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesResourcePoolView', {
|
|||
templateUrl: './resourcePool.html',
|
|||
controller: 'KubernetesResourcePoolController',
|
|||
controllerAs: 'ctrl',
|
|||
bindings: {
|
|||
$transition$: '<',
|
|||
},
|
|||
});
|