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