mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesResourcePoolsView', {
|
|
templateUrl: './resourcePools.html',
|
|
controller: 'KubernetesResourcePoolsController',
|
|
controllerAs: 'ctrl',
|
|
bindings: {
|
|
endpoint: '<',
|
|
},
|
|
});
|