Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r9b628a1087942b7bee840ff9f01ee59f314cf943 -rc32e2e5e71c9baf96b0045732025c83e3c86f1fb --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 9b628a1087942b7bee840ff9f01ee59f314cf943) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision c32e2e5e71c9baf96b0045732025c83e3c86f1fb) @@ -7,7 +7,7 @@ * * \file DiagnosticsDialog.qml * \author (last) Behrouz NematiPour - * \date (last) 18-Jan-2024 + * \date (last) 24-Jan-2024 * \author (original) Behrouz NematiPour * \date (original) 11-May-2021 * @@ -230,6 +230,9 @@ vDGTemperatures.interalTHDRTD .toFixed(2) , vDGTemperatures.internalCondSnsrTemp .toFixed(2) , vDGTemperatures.baroTempSensor .toFixed(2) , + // NOTE: the below fields are commented out due to lack of real estate in the diagnostics screen + //vDGTemperatures.dialysateInletMvngAvg .toFixed(2) , + //vDGTemperatures.redundantOutletMvngAvg .toFixed(2) , ] label: [ "TPi" , @@ -253,6 +256,9 @@ "iTHD" , "iCond" , "baro" , + // NOTE: the below fields are commented out due to lack of real estate in the diagnostics screen + // TDiAvg, + // TROAvg, ] }