mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
fix missing virtualSize column
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
519bb087dd
commit
5fe12be3eb
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user