2018-08-23 08:49:03 +00:00
|
|
|
angular.module('portainer.agent').component('hostBrowser', {
|
|
|
|
controller: 'HostBrowserController',
|
2018-09-30 08:16:10 +00:00
|
|
|
templateUrl: 'app/agent/components/host-browser/host-browser.html',
|
|
|
|
bindings: {}
|
2018-08-23 08:49:03 +00:00
|
|
|
});
|