Skip to content

Commit

Permalink
Add ifHaveType for schedule page
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
  • Loading branch information
a110605 committed Sep 23, 2024
1 parent 49dd503 commit dd3929d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/harvester/config/harvester.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ export function init($plugin, store) {
name: `${ PRODUCT_NAME }-c-cluster-resource`,
params: { resource: HCI.SCHEDULE_VM_BACKUP }
},
exact: false
exact: false,
ifHaveType: HCI.SCHEDULE_VM_BACKUP,
});

configureType(HCI.BACKUP, { showListMasthead: false, showConfigView: false });
Expand Down

0 comments on commit dd3929d

Please sign in to comment.