feat(engine-details): pass is-agent from view

pull/2255/head
Chaim Lando 2018-09-05 18:07:47 +03:00
parent 6cbcb9f358
commit d8d4b38384
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ angular.module('portainer.docker').component('hostOverview', {
hostDetails: '<',
engineDetails: '<',
nodeDetails: '<',
isSwarm: '<'
isSwarm: '<',
isAgent: '<'
}
});