Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r28845c70151c3fb6f1a8e92c82da0232b6ca854a -ref6f19bc46fc5f85be9c4093c8ea0a8759b072e2 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 28845c70151c3fb6f1a8e92c82da0232b6ca854a) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision ef6f19bc46fc5f85be9c4093c8ea0a8759b072e2) @@ -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" , ] }