mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
Hide GroupButton in volume detail page
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
52e3254f83
commit
9c95ab160f
@ -195,7 +195,8 @@ export function init($plugin, store) {
|
|||||||
},
|
},
|
||||||
resource: PVC,
|
resource: PVC,
|
||||||
resourceDetail: HCI.VOLUME,
|
resourceDetail: HCI.VOLUME,
|
||||||
resourceEdit: HCI.VOLUME
|
resourceEdit: HCI.VOLUME,
|
||||||
|
canYaml: false,
|
||||||
});
|
});
|
||||||
virtualType({
|
virtualType({
|
||||||
labelKey: 'harvester.volume.label',
|
labelKey: 'harvester.volume.label',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user