Merge pull request #41 from a110605/issue-7040

Fix bugs in PCI Devices page
This commit is contained in:
Andy Lee 2024-11-26 17:24:36 +08:00 committed by GitHub
commit 63994c1896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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',