fix bugs in PCI Devices page

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2024-11-26 17:20:34 +08:00
parent 36dd2b4541
commit 7745f9805c
No known key found for this signature in database
GPG Key ID: 10911689462678C7
2 changed files with 3 additions and 1 deletions

View File

@ -81,8 +81,10 @@ export default {
</span>
<v-dropdown
popper-class="filter-label"
trigger="click"
placement="bottom-end"
:distance="20"
>
<slot name="header">
<button

View File

@ -724,7 +724,7 @@ export function init($plugin, store) {
configureType(HCI.PCI_DEVICE, {
isCreatable: false,
hiddenNamespaceGroupButton: true,
canYaml: false,
canYaml: true,
listGroups: [
{
icon: 'icon-list-grouped',