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> </span>
<v-dropdown <v-dropdown
popper-class="filter-label"
trigger="click" trigger="click"
placement="bottom-end" placement="bottom-end"
:distance="20"
> >
<slot name="header"> <slot name="header">
<button <button

View File

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