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

fix(k8s/node): only show API address field for nodes tagged as API (#4193)

This commit is contained in:
Anthony Lapenna 2020-08-11 12:38:19 +12:00 committed by GitHub
parent 6d069cc8d6
commit 01d414b578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
<span class="label label-primary image-tag" style="margin-left: 5px;" ng-if="ctrl.node.Api">api</span>
</td>
</tr>
<tr ng-if="ctrl.endpoint.Subsets">
<tr ng-if="ctrl.node.Api">
<td>
Kubernetes API
</td>