mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
fix: cloned secret should keep originl type (#354)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
7386a2deb6
commit
1d89aafeab
@ -84,6 +84,10 @@ export default {
|
|||||||
this.value['_type'] = TYPES.OPAQUE;
|
this.value['_type'] = TYPES.OPAQUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( this.realMode === _CLONE) {
|
||||||
|
this.value['_type'] = this.liveValue._type;
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
isCloud,
|
isCloud,
|
||||||
nodeDrivers: null,
|
nodeDrivers: null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user