Commit 85bf26b1 authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

Gui storage: rename storage type

Signed-off-by: 's avatarWolfgang Link <w.link@proxmox.com>
parent b0c95a5c
......@@ -713,9 +713,9 @@ Ext.define('PVE.Utils', { statics: {
} else if (value === 'sheepdog') {
return 'Sheepdog';
} else if (value === 'zfs') {
return 'ZFS';
return 'ZFS over iSCSI';
} else if (value === 'zfspool') {
return 'ZFSPool';
return 'ZFS';
} else if (value === 'iscsidirect') {
return 'iSCSIDirect';
} else {
......
......@@ -95,7 +95,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', {
});
Ext.apply(me, {
subject: 'ZFSPool Storage',
subject: 'ZFS Storage',
isAdd: true,
items: [ ipanel ]
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment