mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-16 12:49:14 +00:00
Related to: https://github.com/harvester/harvester/issues/11213 (cherry picked from commit a178302f73fe15ca0bdad3208ee1f937dd3c12d6) Signed-off-by: Volker Theile <vtheile@suse.com> Co-authored-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
parent
82e7b0da19
commit
eb4c0504c8
@ -914,7 +914,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
if (!disks.find( (D) => D.name === 'cloudinitdisk') && (this.userData || this.networkData)) {
|
||||
if (!disks.find( (D) => D.name === 'cloudinitdisk') && (this.userData || this.networkScript)) {
|
||||
if (!this.isWindows) {
|
||||
disks.push({
|
||||
name: 'cloudinitdisk',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user