mirror of https://github.com/portainer/portainer
13 lines
296 B
JavaScript
13 lines
296 B
JavaScript
![]() |
angular.module('portainer.docker').component('hostOverview', {
|
||
|
templateUrl: 'app/docker/components/host-overview/host-overview.html',
|
||
|
bindings: {
|
||
|
hostDetails: '<',
|
||
|
engineDetails: '<',
|
||
|
devices: '<',
|
||
|
disks: '<',
|
||
|
isAgent: '<',
|
||
|
refreshUrl: '@'
|
||
|
},
|
||
|
transclude: true
|
||
|
});
|