portainer/app/azure/components/azure-sidebar-content/azure-sidebar-content.js

4 lines
117 B
JavaScript
Raw Normal View History

angular.module('portainer.azure').component('azureSidebarContent', {
2018-10-10 08:06:23 +00:00
templateUrl: './azureSidebarContent.html'
});