mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Merge pull request #41 from a110605/issue-7040
Fix bugs in PCI Devices page
This commit is contained in:
commit
63994c1896
@ -81,8 +81,10 @@ export default {
|
||||
</span>
|
||||
|
||||
<v-dropdown
|
||||
popper-class="filter-label"
|
||||
trigger="click"
|
||||
placement="bottom-end"
|
||||
:distance="20"
|
||||
>
|
||||
<slot name="header">
|
||||
<button
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user