From f876a4ef03bd948deb40edf28316ebc4430c6f64 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Fri, 4 Mar 2016 15:25:10 +0000 Subject: [PATCH] CA-202076: Some logs in Server Status Report don't have description Signed-off-by: Gabor Apati-Nagy --- XenModel/FriendlyNames.Designer.cs | 18 ++++++++++++++++++ XenModel/FriendlyNames.resx | 6 ++++++ 2 files changed, 24 insertions(+) diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index d14257d6d..f2c366ec0 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -141,6 +141,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Tests for connectivity between [XenServer] and the internet. + /// + public static string Description_host_system_status_conntest { + get { + return ResourceManager.GetString("Description-host.system_status-conntest", resourceCulture); + } + } + /// /// Looks up a localized string similar to Information and statistics about the system's control groups. /// @@ -1248,6 +1257,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Connection test. + /// + public static string Label_host_system_status_conntest { + get { + return ResourceManager.GetString("Label-host.system_status-conntest", resourceCulture); + } + } + /// /// Looks up a localized string similar to Control group statistics. /// diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index d26599e75..630be86f8 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1850,4 +1850,10 @@ Container management logs + + Tests for connectivity between [XenServer] and the internet + + + Connection test + \ No newline at end of file