mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesViewLoading', {
|
|||
templateUrl: './viewLoading.html',
|
|||
bindings: {
|
|||
viewReady: '<',
|
|||
},
|
|||
});
|