mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CP-40350: New vtpm capability in the server status report.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
5d75200735
commit
9381388722
18
XenModel/FriendlyNames.Designer.cs
generated
18
XenModel/FriendlyNames.Designer.cs
generated
@ -429,6 +429,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to vTPM's root CAs and other related debug information.
|
||||
/// </summary>
|
||||
public static string Description_host_system_status_vtpm {
|
||||
get {
|
||||
return ResourceManager.GetString("Description-host.system_status-vtpm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Logs and status information from the WLB server monitoring this pool..
|
||||
/// </summary>
|
||||
@ -1293,6 +1302,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to vTPM.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_vtpm {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-vtpm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Workload Balancing status.
|
||||
/// </summary>
|
||||
|
@ -240,6 +240,9 @@
|
||||
<data name="Description-host.system_status-vncterm" xml:space="preserve">
|
||||
<value>Crash dumps files from the VNCTerm daemon</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-vtpm" xml:space="preserve">
|
||||
<value>vTPM's root CAs and other related debug information</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-wlb" xml:space="preserve">
|
||||
<value>Logs and status information from the WLB server monitoring this pool.</value>
|
||||
</data>
|
||||
@ -528,6 +531,9 @@
|
||||
<data name="Label-host.system_status-vncterm" xml:space="preserve">
|
||||
<value>VNCTerm crash dumps</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-vtpm" xml:space="preserve">
|
||||
<value>vTPM</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-wlb" xml:space="preserve">
|
||||
<value>Workload Balancing status</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user