Skip to content

Commit 6e656f2

Browse files
committed
Update storage.js
1 parent faa36c4 commit 6e656f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export default {
444444
title: 'label.backup',
445445
icon: 'cloud-upload-outlined',
446446
permission: ['listBackups'],
447-
columns: [{ name: (record) => { return record.virtualmachinename } }, 'status', 'size', 'virtualsize', 'backupofferingname', 'type', 'created', 'account', 'domain', 'zone'],
447+
columns: [{ name: (record) => { return record.virtualmachinename } }, 'status', 'size', 'virtualsize', 'type', 'backupofferingname', 'created', 'account', 'domain', 'zone'],
448448
details: ['virtualmachinename', 'id', 'type', 'externalid', 'size', 'virtualsize', 'volumes', 'backupofferingname', 'zone', 'account', 'domain', 'created'],
449449
actions: [
450450
{

0 commit comments

Comments
 (0)