mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-21 17:11:29 +01:00
Resolve NRPE code review comments from Tina.
This commit is contained in:
parent
2ad5fd8792
commit
28cdeadd94
@ -54,8 +54,8 @@ namespace XenAdmin.SettingsPanels
|
||||
{
|
||||
Name = name;
|
||||
NameCell = new DataGridViewTextBoxCell { Value = labelName };
|
||||
WarningThresholdCell = new DataGridViewTextBoxCell();
|
||||
CriticalThresholdCell = new DataGridViewTextBoxCell();
|
||||
WarningThresholdCell = new DataGridViewTextBoxCell { Value = "" };
|
||||
CriticalThresholdCell = new DataGridViewTextBoxCell { Value = "" };
|
||||
CheckThresholdRow = new DataGridViewRow();
|
||||
CheckThresholdRow.Cells.AddRange(NameCell, WarningThresholdCell, CriticalThresholdCell);
|
||||
CheckThresholdRow.DefaultCellStyle.Format = "N2";
|
||||
|
Loading…
Reference in New Issue
Block a user