mirror of https://github.com/rancher/ui.git
Fix cluster ip port display issue
This commit is contained in:
parent
ce867bcbe9
commit
289f650764
|
|
@ -65,7 +65,7 @@
|
|||
{{else if port.sourcePort}}
|
||||
{{port.sourcePort}}
|
||||
{{else}}
|
||||
{{t 'generic.random'}}
|
||||
{{t (if (eq port.kind "ClusterIP") 'formPorts.sourcePort.clusterIpDefault' 'generic.random')}}
|
||||
{{/if}}
|
||||
{{else if (eq port.kind "HostPort")}}
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue