clear flow monitor on coordinator ui close

This commit is contained in:
Mikayla Fischler 2024-04-12 20:06:39 -04:00
parent c243d064ef
commit 23ca5fb69e

View File

@ -254,6 +254,11 @@ function renderer.close_ui()
-- clear unit monitors
for _, monitor in ipairs(engine.monitors.unit_displays) do monitor.clear() end
if not engine.disable_flow_view then
-- clear flow monitor
engine.monitors.flow.clear()
end
-- re-draw dmesg
engine.dmesg_window.setVisible(true)
engine.dmesg_window.redraw()