mirror of https://github.com/portainer/portainer
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: '<',
|
||
|
},
|
||
|
});
|