portainer/portainer

View on GitHub
app/kubernetes/views/applications/stats/stats.js

Summary

Maintainability
A
35 mins
Test Coverage
angular.module('portainer.kubernetes').component('kubernetesApplicationStatsView', {
  templateUrl: './stats.html',
  controller: 'KubernetesApplicationStatsController',
  controllerAs: 'ctrl',
  bindings: {
    $transition$: '<',
  },
});