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