mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesSidebarContent', {
|
|
templateUrl: './kubernetesSidebarContent.html',
|
|
bindings: {
|
|
adminAccess: '<',
|
|
endpointId: '<',
|
|
currentState: '<',
|
|
},
|
|
});
|