mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 12:55:23 +02:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
angular.module('portainer.docker').component('hostBrowserView', {
|
|
templateUrl: './host-browser-view.html',
|
|
controller: 'HostBrowserViewController',
|
|
bindings: {
|
|
endpoint: '<',
|
|
},
|
|
});
|