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