mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CA-166093: Missing RRD label for vbd_xvda_io_throughput_total
This commit is contained in:
parent
6f5bbbc64e
commit
2360fec265
20
XenModel/FriendlyNames.Designer.cs
generated
20
XenModel/FriendlyNames.Designer.cs
generated
@ -2149,7 +2149,16 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disk {0} Total IO Throughput.
|
||||
/// Looks up a localized string similar to Disk {0} IO Read Throughput.
|
||||
/// </summary>
|
||||
public static string Label_performance_vbd_io_throughput_read {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-performance.vbd_io_throughput_read", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disk {0} IO Total Throughput.
|
||||
/// </summary>
|
||||
public static string Label_performance_vbd_io_throughput_total {
|
||||
get {
|
||||
@ -2157,6 +2166,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disk {0} IO Write Throughput.
|
||||
/// </summary>
|
||||
public static string Label_performance_vbd_io_throughput_write {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-performance.vbd_io_throughput_write", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disk {0} Read IOPS.
|
||||
/// </summary>
|
||||
|
@ -1758,6 +1758,12 @@
|
||||
<value>Reason</value>
|
||||
</data>
|
||||
<data name="Label-performance.vbd_io_throughput_total" xml:space="preserve">
|
||||
<value>Disk {0} Total IO Throughput</value>
|
||||
<value>Disk {0} IO Total Throughput</value>
|
||||
</data>
|
||||
<data name="Label-performance.vbd_io_throughput_read" xml:space="preserve">
|
||||
<value>Disk {0} IO Read Throughput</value>
|
||||
</data>
|
||||
<data name="Label-performance.vbd_io_throughput_write" xml:space="preserve">
|
||||
<value>Disk {0} IO Write Throughput</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user