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

pull/4195/head
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
1 changed files with 1 additions and 1 deletions

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>