fix missing virtualSize column

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2024-10-03 17:29:28 +08:00 committed by Francesco Torchia
parent 519bb087dd
commit 5fe12be3eb
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -31,6 +31,7 @@ import {
FINGERPRINT,
IMAGE_PROGRESS,
SNAPSHOT_TARGET_VOLUME,
IMAGE_VIRTUAL_SIZE
} from './table-headers';
const TEMPLATE = HCI.VM_VERSION;
@ -219,8 +220,12 @@ export function init($plugin, store) {
NAMESPACE_COL,
IMAGE_PROGRESS,
IMAGE_DOWNLOAD_SIZE,
IMAGE_VIRTUAL_SIZE,
AGE
]);
configureType(HCI.IMAGE, {
canYaml: false,
});
virtualType({
labelKey: 'harvester.image.label',
group: 'root',