mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
import angular from 'angular';
|
|
|
|
angular.module('portainer.azure').component('azureSidebar', {
|
|
templateUrl: './azure-sidebar.html',
|
|
bindings: {
|
|
endpointId: '<',
|
|
},
|
|
});
|