mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
fix(xo-web/new-vm): isDiskTemplate → _isDiskTemplate (#7311)
This commit is contained in:
@@ -470,7 +470,7 @@ export default class NewVm extends BaseComponent {
|
||||
|
||||
const data = {
|
||||
affinityHost: state.affinityHost && state.affinityHost.id,
|
||||
clone: !this.isDiskTemplate && state.fastClone,
|
||||
clone: !this._isDiskTemplate && state.fastClone,
|
||||
existingDisks: state.existingDisks,
|
||||
installation,
|
||||
name_label: state.name_label,
|
||||
|
||||
Reference in New Issue
Block a user