mirror of https://github.com/rancher/ui.git
Merge pull request #3366 from codyrancher/use-private-ip
Preserve state of 'Use Private IP To Connect'
This commit is contained in:
commit
51161c38cf
|
|
@ -91,8 +91,6 @@ export default Component.extend(NodeDriver, {
|
|||
|
||||
if (get(this, 'publicIpChoices').findBy('value', publicIpChoice).name === 'None') {
|
||||
set(this, 'config.usePrivateIp', true);
|
||||
} else {
|
||||
set(this, 'config.usePrivateIp', false);
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue