[pve-devel] [PATCH manager 2/2] Set ZFS over ISCSI window to proper title
Emmanuel Kasper
e.kasper at proxmox.com
Mon Dec 18 12:11:36 CET 2017
This will now Display 'ZFS over iSCSI'.
This was reported by users during a Proxmox Training.
Signed-off-by: Emmanuel Kasper <e.kasper at 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
More information about the pve-devel
mailing list