mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesConfigurationView', {
|
|||
templateUrl: './configuration.html',
|
|||
controller: 'KubernetesConfigurationController',
|
|||
controllerAs: 'ctrl',
|
|||
bindings: {
|
|||
$transition$: '<',
|
|||
},
|
|||
});
|