mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 14:32:37 +00:00
utils: display new storage type
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
8aa01755ce
commit
56fd4763f4
@ -612,6 +612,14 @@ Ext.define('PVE.Utils', { statics: {
|
|||||||
return 'LVM';
|
return 'LVM';
|
||||||
} else if (value === 'iscsi') {
|
} else if (value === 'iscsi') {
|
||||||
return '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 {
|
} else {
|
||||||
return PVE.Utils.unknownText;
|
return PVE.Utils.unknownText;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user