mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
9 lines
243 B
JavaScript
9 lines
243 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesVolumesView', {
|
|
templateUrl: './volumes.html',
|
|
controller: 'KubernetesVolumesController',
|
|
controllerAs: 'ctrl',
|
|
bindings: {
|
|
$transition$: '<',
|
|
endpoint: '<',
|
|
},
|
|
});
|