portainer/app/docker/components/host-overview/host-overview.js

13 lines
262 B
JavaScript

angular.module('portainer.docker').component('hostOverview', {
templateUrl: './host-overview.html',
bindings: {
hostDetails: '<',
engineDetails: '<',
devices: '<',
disks: '<',
isAgent: '<',
refreshUrl: '@'
},
transclude: true
});