Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r28845c70151c3fb6f1a8e92c82da0232b6ca854a -rcef725d872cd5563c4fcdcc8775e32bc753e5c1b --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 28845c70151c3fb6f1a8e92c82da0232b6ca854a) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision cef725d872cd5563c4fcdcc8775e32bc753e5c1b) @@ -396,6 +396,10 @@ vTreatmentUltrafiltration.ultrafiltration_DopCorrOffset .toFixed(2) , vTreatmentUltrafiltration.ultrafiltration_DopCalcRate .toFixed(2) , vTreatmentUltrafiltration.ultrafiltration_UfCalcRate .toFixed(2) , + // NOTE: the below fields are commented out due to lack of real estate in the diagnostics screen + //vTreatmentUltrafiltration.ultrafiltration_RotorHall .toFixed(2) , + //vTreatmentUltrafiltration.ultrafiltration_UfCurrentRate .toFixed(2) , + //vTreatmentUltrafiltration.ultrafiltration_dialOutPumpState.toFixed(2) , ] label: [ "UFRef" , @@ -408,6 +412,10 @@ "DopOfst" , "DopRate" , "UFcRate" , + // NOTE: the below fields are commented out due to lack of real estate in the diagnostics screen + //"RotorHall" , + //"CUFRate" , + //"DOPumpSt" , ] }