[pve-devel] [PATCH 3/5] utils: display new storage type
Alexandre Derumier
aderumier at odiso.com
Fri Aug 17 15:51:21 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
www/manager/Utils.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/www/manager/Utils.js b/www/manager/Utils.js
index 6b65593..135324b 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;
}
--
1.7.2.5
More information about the pve-devel
mailing list