Hide GroupButton in volume detail page

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2024-10-02 12:37:41 +08:00 committed by Francesco Torchia
parent 52e3254f83
commit 9c95ab160f
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -195,7 +195,8 @@ export function init($plugin, store) {
},
resource: PVC,
resourceDetail: HCI.VOLUME,
resourceEdit: HCI.VOLUME
resourceEdit: HCI.VOLUME,
canYaml: false,
});
virtualType({
labelKey: 'harvester.volume.label',