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