Files
portainer/app/docker/components/host-overview/host-overview.js
2022-11-21 09:50:47 +02:00

16 lines
340 B
JavaScript

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