1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(node-details): move engine labels from node-details panel to engine-details panel (#2966)

This commit is contained in:
xAt0mZ 2019-06-25 01:22:45 +02:00 committed by Anthony Lapenna
parent 7a8a54c96a
commit 6591498ab9
3 changed files with 6 additions and 6 deletions

View file

@ -29,6 +29,10 @@
<td>Network Plugins</td>
<td>{{ $ctrl.engine.networkPlugins | arraytostr: ', ' }}</td>
</tr>
<tr ng-if="$ctrl.engine.engineLabels.length">
<td>Engine Labels</td>
<td>{{ $ctrl.engine.engineLabels | labelsToStr:', ' }}</td>
</tr>
</tbody>
</table>
</rd-widget-body>

View file

@ -26,10 +26,6 @@
<td><span class="label label-{{ $ctrl.details.status | nodestatusbadge }}">{{
$ctrl.details.status }}</span></td>
</tr>
<tr ng-if=" $ctrl.details.engineLabels.length">
<td>Engine Labels</td>
<td>{{ $ctrl.details.engineLabels | labelsToStr:', ' }}</td>
</tr>
<tr>
<td>
<div class="nopadding">