mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 15:01:46 +00:00
feat: add default value (#548)
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
parent
5c2a23924d
commit
2aaa0a55a2
@ -16,7 +16,10 @@ export default class HciVlanConfig extends HarvesterResource {
|
|||||||
uplink: {
|
uplink: {
|
||||||
nics: [],
|
nics: [],
|
||||||
linkAttributes: {},
|
linkAttributes: {},
|
||||||
bondOptions: { mode: 'active-backup' },
|
bondOptions: {
|
||||||
|
mode: 'active-backup',
|
||||||
|
miimon: -1
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user