diff --git a/Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/DeviceHealthReport/DeviceHealthReport.tsx b/Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/DeviceHealthReport/DeviceHealthReport.tsx index 160ce5d1e..8d1c1ef73 100644 --- a/Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/DeviceHealthReport/DeviceHealthReport.tsx +++ b/Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/DeviceHealthReport/DeviceHealthReport.tsx @@ -336,7 +336,7 @@ const DeviceHealthReport: Application.Types.iByComponent = (props) => { if (moment().diff(moment(item[field]), 'hours') > 24) className = 'warning'; else if (moment().diff(moment(item[field]), 'days') > 7) className = 'danger'; return - {moment(item[field]).format('MM/DD/YYYY hh:mm')} + {moment(item[field]).format('MM/DD/YYYY HH:mm')} }} > Last Succ Conn