mirror of https://github.com/rancher/dashboard.git
Save machine pools even when action is not create
This commit is contained in:
parent
a6239a0d08
commit
2359fd8cf9
|
|
@ -731,6 +731,10 @@ export default {
|
|||
entry.config = neu;
|
||||
entry.pool.machineConfigRef.name = neu.metadata.name;
|
||||
entry.create = false;
|
||||
} else {
|
||||
const response = await entry.config.save();
|
||||
|
||||
entry.config = response;
|
||||
}
|
||||
|
||||
if ( !entry.pool.hostnamePrefix ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue