mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-156833: Dates in Updates pane should only be days, not times
-Changed date format to Messages.DATEFORMAT_DMY from Messages.DATEFORMAT_DMY_HM Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
df888942cb
commit
1cc59469a5
@ -314,7 +314,7 @@ namespace XenAdmin.TabPages
|
||||
}
|
||||
|
||||
appliesCell.Value = alert.AppliesTo;
|
||||
dateCell.Value = HelpersGUI.DateTimeToString(alert.Timestamp.ToLocalTime(), Messages.DATEFORMAT_DMY_HM, true);
|
||||
dateCell.Value = HelpersGUI.DateTimeToString(alert.Timestamp.ToLocalTime(), Messages.DATEFORMAT_DMY, true);
|
||||
newRow.Cells.AddRange(expanderCell, detailCell, appliesCell, dateCell, actionCell);
|
||||
|
||||
return newRow;
|
||||
|
Loading…
Reference in New Issue
Block a user