Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r2bb4b7e255c69e5b3a869f37bcbb37d7ad87870f -rc32e2e5e71c9baf96b0045732025c83e3c86f1fb --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 2bb4b7e255c69e5b3a869f37bcbb37d7ad87870f) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision c32e2e5e71c9baf96b0045732025c83e3c86f1fb) @@ -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, ] }