mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesViewLoading', {
|
|||
templateUrl: './viewLoading.html',
|
|||
bindings: {
|
|||
viewReady: '<',
|
|||
},
|
|||
});
|