Fix lint errors

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-11-05 11:22:19 +01:00
parent 1977725957
commit e150c7f550
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -475,7 +475,9 @@ export function init($plugin, store) {
exact: false
});
configureType(HCI.SCHEDULE_VM_BACKUP, { showListMasthead: false, showConfigView: false, canYaml: false });
configureType(HCI.SCHEDULE_VM_BACKUP, {
showListMasthead: false, showConfigView: false, canYaml: false
});
virtualType({
labelKey: 'harvester.schedule.label',
name: HCI.SCHEDULE_VM_BACKUP,
@ -489,7 +491,9 @@ export function init($plugin, store) {
ifHaveType: HCI.SCHEDULE_VM_BACKUP,
});
configureType(HCI.BACKUP, { showListMasthead: false, showConfigView: false, canYaml: false });
configureType(HCI.BACKUP, {
showListMasthead: false, showConfigView: false, canYaml: false
});
virtualType({
labelKey: 'harvester.backup.label',
name: HCI.BACKUP,