diff --git a/gui/qml/PageBatteryChargeryBMSImpedances.qml b/gui/qml/PageBatteryChargeryBMSImpedances.qml index 2efba21..44b1de8 100644 --- a/gui/qml/PageBatteryChargeryBMSImpedances.qml +++ b/gui/qml/PageBatteryChargeryBMSImpedances.qml @@ -7,6 +7,7 @@ MbPage { property string bindPrefix property BatteryDetails details: BatteryDetails { bindPrefix: root.bindPrefix } + title: service.description + " Impedances" model: VisualItemModel { diff --git a/gui/qml/PageBatteryChargeryBMSVoltages.qml b/gui/qml/PageBatteryChargeryBMSVoltages.qml index 9d2802f..df8daa3 100644 --- a/gui/qml/PageBatteryChargeryBMSVoltages.qml +++ b/gui/qml/PageBatteryChargeryBMSVoltages.qml @@ -7,6 +7,7 @@ MbPage { property string bindPrefix property BatteryDetails details: BatteryDetails { bindPrefix: root.bindPrefix } + title: service.description + " Voltages" model: VisualItemModel {