Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -ra4a9cb38498d26d828800224a7c7524fa0843e3e --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision a4a9cb38498d26d828800224a7c7524fa0843e3e) @@ -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, ] }