mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 05:01:43 +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: {
|
||||
nics: [],
|
||||
linkAttributes: {},
|
||||
bondOptions: { mode: 'active-backup' },
|
||||
bondOptions: {
|
||||
mode: 'active-backup',
|
||||
miimon: -1
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user