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: { ...@@ -713,9 +713,9 @@ Ext.define('PVE.Utils', { statics: {
} else if (value === 'sheepdog') { } else if (value === 'sheepdog') {
return 'Sheepdog'; return 'Sheepdog';
} else if (value === 'zfs') { } else if (value === 'zfs') {
return 'ZFS'; return 'ZFS over iSCSI';
} else if (value === 'zfspool') { } else if (value === 'zfspool') {
return 'ZFSPool'; return 'ZFS';
} else if (value === 'iscsidirect') { } else if (value === 'iscsidirect') {
return 'iSCSIDirect'; return 'iSCSIDirect';
} else { } else {
......
...@@ -95,7 +95,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', { ...@@ -95,7 +95,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', {
}); });
Ext.apply(me, { Ext.apply(me, {
subject: 'ZFSPool Storage', subject: 'ZFS Storage',
isAdd: true, isAdd: true,
items: [ ipanel ] 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