This will now Display 'ZFS over iSCSI'. This was reported by users during a Proxmox Training.
Signed-off-by: Emmanuel Kasper <e.kas...@proxmox.com> --- NB: Strings returned by format_storage_type() are not gettext'ed. This is fine, as nobody should try to translate 'LVM-thin' or 'ZFS over ISCSI' in a foreign language. www/manager6/storage/ZFSEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/storage/ZFSEdit.js b/www/manager6/storage/ZFSEdit.js index 22f24cb2..5ffb695f 100644 --- a/www/manager6/storage/ZFSEdit.js +++ b/www/manager6/storage/ZFSEdit.js @@ -145,7 +145,7 @@ Ext.define('PVE.storage.ZFSEdit', { }); Ext.apply(me, { - subject: 'ZFS Storage', + subject: PVE.Utils.format_storage_type('zfs'), isAdd: true, items: [ ipanel ] }); -- 2.11.0 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel