diff --git a/www/manager/Utils.js b/www/manager/Utils.js index 6b655939..135324b4 100644 --- a/www/manager/Utils.js +++ b/www/manager/Utils.js @@ -612,6 +612,14 @@ Ext.define('PVE.Utils', { statics: { return 'LVM'; } else if (value === 'iscsi') { return 'iSCSI'; + } else if (value === 'rbd') { + return 'RBD'; + } else if (value === 'sheepdog') { + return 'Sheepdog'; + } else if (value === 'nexenta') { + return 'Nexenta'; + } else if (value === 'iscsidirect') { + return 'iSCSIDirect'; } else { return PVE.Utils.unknownText; }