mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #1406 from geosharath/VMSS-B2B
Fixing build issues in Messages.Designer.cs
This commit is contained in:
commit
f265996890
5
XenModel/Messages.Designer.cs
generated
5
XenModel/Messages.Designer.cs
generated
@ -11342,7 +11342,7 @@ namespace XenAdmin {
|
|||||||
public static string DISABLED_VMSS {
|
public static string DISABLED_VMSS {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("DISABLED_VMSS", resourceCulture);
|
return ResourceManager.GetString("DISABLED_VMSS", resourceCulture);
|
||||||
{
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -13650,7 +13650,7 @@ namespace XenAdmin {
|
|||||||
public static string ENABLED_VMSS {
|
public static string ENABLED_VMSS {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ENABLED_VMSS", resourceCulture);
|
return ResourceManager.GetString("ENABLED_VMSS", resourceCulture);
|
||||||
{
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -23413,7 +23413,6 @@ namespace XenAdmin {
|
|||||||
public static string NEW_SEARCH {
|
public static string NEW_SEARCH {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("NEW_SEARCH", resourceCulture);
|
return ResourceManager.GetString("NEW_SEARCH", resourceCulture);
|
||||||
>>>>>>> refs/remotes/xenserver/CAR-2205
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user