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

pull/2255/head
Chaim Lando 2018-09-16 13:18:38 +03:00
parent 50e6991745
commit 21fece80da
1 changed files with 1 additions and 1 deletions

View File

@ -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>