mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 18:29:44 +02:00
9 lines
226 B
JavaScript
9 lines
226 B
JavaScript
|
angular.module('portainer.kubernetes').component('kubernetesNodeStatsView', {
|
||
|
templateUrl: './stats.html',
|
||
|
controller: 'KubernetesNodeStatsController',
|
||
|
controllerAs: 'ctrl',
|
||
|
bindings: {
|
||
|
$transition$: '<',
|
||
|
},
|
||
|
});
|