mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Fix lint errors
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
1977725957
commit
e150c7f550
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user