mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
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
|
||
|
});
|