mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-144221 - EN: No wrap for the description and tooltip of SR throughput Alarm, tooltip seems truncation.
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
This commit is contained in:
parent
75db446168
commit
a2c6ddd4ef
3
XenModel/Messages.Designer.cs
generated
3
XenModel/Messages.Designer.cs
generated
@ -4673,7 +4673,8 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}. This alarm is set to be triggered when the total throughput exceeds {4}..
|
||||
/// Looks up a localized string similar to The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}.
|
||||
///This alarm is set to be triggered when the total throughput exceeds {4}..
|
||||
/// </summary>
|
||||
public static string ALERT_ALARM_STORAGE_DESCRIPTION {
|
||||
get {
|
||||
|
@ -1733,7 +1733,8 @@ This alarm is set to be triggered when the physical utilisation of the SR goes a
|
||||
<value>Storage Throughput Alarm</value>
|
||||
</data>
|
||||
<data name="ALERT_ALARM_STORAGE_DESCRIPTION" xml:space="preserve">
|
||||
<value>The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}. This alarm is set to be triggered when the total throughput exceeds {4}.</value>
|
||||
<value>The total read and write throughput of {0} on storage repository '{1}' has been {2} for the last {3}.
|
||||
This alarm is set to be triggered when the total throughput exceeds {4}.</value>
|
||||
</data>
|
||||
<data name="ALERT_CAP_LABEL" xml:space="preserve">
|
||||
<value>(Showing first {0} entries)</value>
|
||||
|
Loading…
Reference in New Issue
Block a user