mirror of https://github.com/portainer/portainer
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
|
angular.module('portainer.agent').component('hostBrowser', {
|
||
|
controller: 'HostBrowserController',
|
||
|
templateUrl: 'app/agent/components/host-browser/host-browser.html',
|
||
|
bindings: {}
|
||
|
});
|