Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -redb98c8ca7fbfca12f75abaa7e83cbde98b31e59 -r1e21f896ce2a5556dee960920f041a81f6471f1e --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision edb98c8ca7fbfca12f75abaa7e83cbde98b31e59) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 1e21f896ce2a5556dee960920f041a81f6471f1e) @@ -18,26 +18,6 @@ EXPORT_LOG_PROGRESS_STATUS = "Service log export to USB in progress ... " SERVICE_SCREEN_TITLE_TEXT = "Service" -# Headerbar_information_popup -INFORMATION_PARAMETERS = [ - "OS Version", "UI Version", "TD Version", "TD FPGA Version", - "TD Serial Number", "DD Version", "DD FPGA Version", "DD Serial Number", -] - -#Device Settings Information Version -INFORMATION_SCREEN_TITLE_TEXT = "Information" -INFORMATION_TITLES = ["Information", "Versions"] -VERSION_PARAMETERS = [ - "Information", "UI Version", "TD Version", "TD FPGA Version", - "TD Serial Number", "DD Version", "DD FPGA Version", "DD Serial Number" -] -SERVICES_PARAMETERS = [ - "TD Last Service Date", "TD Next Service Date", - "DD Last Service Date", "DD Next Service Date" -] -SERIVCES_TITLE = "Service" -WATER_PARAMETERS = ["Water Configuration", "Water Input"] - # General Alarm Requirements Instruction NUM_OF_ALARM_PRIORITIES = 4 # Total number of alarm priorities ALARM_MUTE_FLAG = 0B0000001000000000 Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r95e4941e40bc1845970836c162e137701653dc3e -r1e21f896ce2a5556dee960920f041a81f6471f1e --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 95e4941e40bc1845970836c162e137701653dc3e) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision 1e21f896ce2a5556dee960920f041a81f6471f1e) @@ -58,19 +58,6 @@ o_ExportLogsNotificationBar = {"container": o_SettingsExportLogs, "id": "_information", "type": "NotificationBarSmall" } o_DeviceSettingsGrid = {"container": o_SettingsHome, "id": "_grid", "type": "Grid", } -#HeaderBar Information Pop up -o_InformationIconButton = {"container": o_Gui_MainView, "id": "_informationButton", "type": "IconButton", "unnamed": 1 } -o_InformationParameters = {"container": o_Overlay, "type": "Text", "unnamed": 1 } -o_VersionColumn = {"container": o_Overlay, "id": "_versionColumn", "type": "Column", "unnamed": 1 } - -# Device Settings Information Version -o_DeviceSettingsInformation = {"container": o_SettingsHome, "id": "_touchItem", "type": "TouchRect", "unnamed": 1 } -o_InformationPageTitleText = {"container": o_SettingsInformation, "id": "_titleText", "type": "Text", "unnamed": 1 } -o_SettingsBase_SettingsInformation = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsBase" } -o_SettingsBase_Information_Text = {"container": o_SettingsBase_SettingsInformation, "type": "Text", "unnamed": 1 } -o_SettingsBase_SettingsInformation_2 = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsInformation" } -o_SettingsBase_grid_Grid = {"container": o_SettingsBase_SettingsInformation_2, "id": "_grid", "type": "Grid", "unnamed": 1 } - # General Alarm Requirements Instruction o_AlarmButton_Mute = {"container": o_Overlay, "id": "_muteButton", "type": "MuteButton" } o_AlarmButton_Mute_Min = {"container": o_AlarmButton_Mute, "id": "_hourText", "type": "Text" }