You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/docker/components/host-overview/host-overview.js

16 lines
340 B

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