diff --git a/scripts/wk/hw/diags.py b/scripts/wk/hw/diags.py index 70c01ffe..868a7524 100644 --- a/scripts/wk/hw/diags.py +++ b/scripts/wk/hw/diags.py @@ -171,7 +171,6 @@ class State(): self.test_groups.clear() # osTicket - self.top_text = std.color_string('Hardware Diagnostics', 'GREEN') self.ost.init() self.ost.disabled = not menu.toggles['osTicket Integration']['Selected'] @@ -1026,9 +1025,6 @@ def run_diags(state, menu, quick_mode=False, test_mode=False) -> None: else: std.pause('Press Enter to return to main menu...') - # osTicket - state.top_text = std.color_string('Hardware Diagnostics', 'GREEN') - def show_failed_attributes(state) -> None: """Show failed attributes for all disks."""