hide usb device tab in v1.3.x (#236)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-04-09 14:01:36 +08:00 committed by GitHub
parent 238c660796
commit fca05d8489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,10 @@ export default {
}
return false;
}
},
usbPassthroughEnabled() {
return this.$store.getters['harvester-common/getFeatureEnabled']('usbPassthrough');
},
},
watch: {
@ -682,7 +685,7 @@ export default {
</Tab>
<Tab
v-if="enabledPCI"
v-if="enabledPCI && usbPassthroughEnabled"
:label="t('harvester.tab.usbDevices')"
name="usbDevices"
:weight="-7"