mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CAR-2217: Added new SR types nutanix and nutanixiso with their corresponding friendly names.
This commit is contained in:
parent
bdbd9e1f55
commit
5dcd3cc2f5
20
XenModel/FriendlyNames.Designer.cs
generated
20
XenModel/FriendlyNames.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34209
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -2832,6 +2832,24 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Nutanix.
|
||||
/// </summary>
|
||||
public static string Label_SR_SRTypes_nutanix {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-SR.SRTypes-nutanix", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Nutanix ISO.
|
||||
/// </summary>
|
||||
public static string Label_SR_SRTypes_nutanixiso {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-SR.SRTypes-nutanixiso", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to LUN-per-VDI.
|
||||
/// </summary>
|
||||
|
@ -1859,4 +1859,10 @@
|
||||
<data name="Label-host.edition-standard" xml:space="preserve">
|
||||
<value>[Citrix] [XenServer product] Standard Edition</value>
|
||||
</data>
|
||||
<data name="Label-SR.SRTypes-nutanix" xml:space="preserve">
|
||||
<value>Nutanix</value>
|
||||
</data>
|
||||
<data name="Label-SR.SRTypes-nutanixiso" xml:space="preserve">
|
||||
<value>Nutanix ISO</value>
|
||||
</data>
|
||||
</root>
|
@ -53,7 +53,8 @@ namespace XenAPI
|
||||
lvmohba, egenera, egeneracd, dummy, unknown, equal, cslg, shm,
|
||||
iscsi,
|
||||
ebs, rawhba,
|
||||
smb, lvmofcoe
|
||||
smb, lvmofcoe,
|
||||
nutanix, nutanixiso
|
||||
}
|
||||
|
||||
public const string Content_Type_ISO = "iso";
|
||||
|
Loading…
Reference in New Issue
Block a user