feat(engine-details): pass details to the different components

pull/2255/head
Chaim Lando 2018-09-05 11:38:26 +03:00
parent 483c8641d8
commit f1f798b7eb
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<rd-header>
<rd-header-title title-text="Host details">
<rd-header-title title-text="Host overview">
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.host" ui-sref-opts="{reload: true}">
<i class="fa fa-sync" aria-hidden="true"></i>
</a>
@ -7,6 +7,8 @@
<rd-header-content>Docker</rd-header-content>
</rd-header>
<host-details-panel host="$ctrl.hostDetails"></host-details-panel>
<engine-details-panel engine="$ctrl.engineDetails"></engine-details-panel>
<swarm-node-details-panel node="$ctrl.nodeDetails" ng-if="$ctrl.isSwarm"></swarm-node-details-panel>