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:
parent
6d069cc8d6
commit
01d414b578
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue