mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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$: '<',
|
|||
},
|
|||
});
|