home#

Attributes#

Functions#

layout()

split_filter_part(filter_part)

update_flows(n, page_current, page_size, sort_by, filter)

create_card_content(level, type, status, message)

update_cards(n)

create_file_card_content(level, type, status, message)

update_file_cards(n)

update_machine_stats(n, machine_stat, start_date, ...)

update_flow_stats(n)

Module Contents#

home.REFRESH_RATE = 60#
home.column_names = ['flow_level', 'flow_type', 'state', 'priority', 'creation_time', 'launch_time', 'start_time',...#
home.schedule_columns#
home.PAGE_SIZE = 15#
home.layout()#
home.operators = [(['ge ', '>='], '__ge__'), (['le ', '<='], '__le__'), (['lt ', '<'], '__lt__'), (['gt ', '>'],...#
home.split_filter_part(filter_part)#
home.update_flows(n, page_current, page_size, sort_by, filter)#
home.create_card_content(level: int | str, type: str | None, status: str, message: str)#
home.update_cards(n)#
home.create_file_card_content(level: int | str, type: str | None, status: str, message: str)#
home.update_file_cards(n)#
home.update_machine_stats(n, machine_stat, start_date, end_date, smooth_window)#
home.update_flow_stats(n)#