Commit 987f673f authored by Dietmar Maurer's avatar Dietmar Maurer

gettext updates removed GlusterFS silently - re-add it again

parent a1cbe832
...@@ -674,6 +674,8 @@ Ext.define('PVE.Utils', { statics: { ...@@ -674,6 +674,8 @@ Ext.define('PVE.Utils', { statics: {
return 'Directory'; return 'Directory';
} else if (value === 'nfs') { } else if (value === 'nfs') {
return 'NFS'; return 'NFS';
} else if (value === 'glusterfs') {
return 'GlusterFS';
} else if (value === 'lvm') { } else if (value === 'lvm') {
return 'LVM'; return 'LVM';
} else if (value === 'iscsi') { } else if (value === 'iscsi') {
......
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