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