mirror of https://github.com/portainer/portainer
feat(engine-details): pass is-agent from view
parent
6cbcb9f358
commit
d8d4b38384
|
@ -5,6 +5,7 @@ angular.module('portainer.docker').component('hostOverview', {
|
||||||
hostDetails: '<',
|
hostDetails: '<',
|
||||||
engineDetails: '<',
|
engineDetails: '<',
|
||||||
nodeDetails: '<',
|
nodeDetails: '<',
|
||||||
isSwarm: '<'
|
isSwarm: '<',
|
||||||
|
isAgent: '<'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue