mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
10 lines
238 B
JavaScript
10 lines
238 B
JavaScript
import angular from 'angular';
|
|
|
|
angular.module('portainer.kubernetes').component('kubernetesSidebar', {
|
|
templateUrl: './kubernetes-sidebar.html',
|
|
bindings: {
|
|
endpointId: '<',
|
|
isSidebarOpen: '<',
|
|
adminAccess: '<',
|
|
},
|
|
});
|