mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
* feat(k8s/node): display realtime node metrics GH#4612 * feat(k8s): show observation timestamp instead of real timestamp GH#4612 Co-authored-by: Simon Meng <simon.meng@portainer.io>
8 lines
226 B
JavaScript
8 lines
226 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesNodeStatsView', {
|
|
templateUrl: './stats.html',
|
|
controller: 'KubernetesNodeStatsController',
|
|
controllerAs: 'ctrl',
|
|
bindings: {
|
|
$transition$: '<',
|
|
},
|
|
});
|