feat(host-details): hide engine labels when empty

This commit is contained in:
Chaim Lando
2018-09-16 13:18:38 +03:00
parent 50e6991745
commit 21fece80da
@@ -26,7 +26,7 @@
<td>Status</td>
<td><span class="label label-{{ $ctrl.details.status | nodestatusbadge }}">{{ $ctrl.details.status }}</span></td>
</tr>
<tr>
<tr ng-if=" $ctrl.details.engineLabels.length">
<td>Engine Labels</td>
<td>{{ $ctrl.details.engineLabels | commaSeparated }}</td>
</tr>