mirror of https://github.com/rancher/ui.git
Fix typo
This commit is contained in:
parent
95a0ea5bbe
commit
42b29dfa40
|
|
@ -195,7 +195,7 @@ export default Component.extend({
|
|||
translationKey: `formPorts.kind.LoadBalancerDisbaled`,
|
||||
disabled: true
|
||||
})
|
||||
} if (get(this, 'scope.currentCluster.isWindows') && k === 'HostPort') {
|
||||
} else if (get(this, 'scope.currentCluster.isWindows') && k === 'HostPort') {
|
||||
setProperties(out, {
|
||||
translationKey: `formPorts.kind.HostPortDisbaled`,
|
||||
disabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue