mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
fix bugs in PCI Devices page
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
36dd2b4541
commit
7745f9805c
@ -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