mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-202076: Some logs in Server Status Report don't have description
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
aac3b75214
commit
f876a4ef03
18
XenModel/FriendlyNames.Designer.cs
generated
18
XenModel/FriendlyNames.Designer.cs
generated
@ -141,6 +141,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tests for connectivity between [XenServer] and the internet.
|
||||
/// </summary>
|
||||
public static string Description_host_system_status_conntest {
|
||||
get {
|
||||
return ResourceManager.GetString("Description-host.system_status-conntest", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Information and statistics about the system's control groups.
|
||||
/// </summary>
|
||||
@ -1248,6 +1257,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Connection test.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_conntest {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-conntest", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Control group statistics.
|
||||
/// </summary>
|
||||
|
@ -1850,4 +1850,10 @@
|
||||
<data name="Label-host.system_status-xscontainer" xml:space="preserve">
|
||||
<value>Container management logs</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-conntest" xml:space="preserve">
|
||||
<value>Tests for connectivity between [XenServer] and the internet</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-conntest" xml:space="preserve">
|
||||
<value>Connection test</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user