Skip to content

Commit

Permalink
Remove USB tab from navLink based on schema
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Sep 9, 2024
1 parent b6c91c5 commit 8b34cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/harvester/config/harvester.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ export function init($plugin, store) {
params: { resource: HCI.USB_DEVICE }
},
exact: false,

Check warning on line 789 in pkg/harvester/config/harvester.js

View workflow job for this annotation

GitHub Actions / lint

Missing space before value for key 'exact'
ifHaveType: HCI.USB_DEVICE,
});

configureType(HCI.USB_DEVICE, {
Expand Down

0 comments on commit 8b34cd2

Please sign in to comment.