# {py:mod}`ovo.app.components.history_components` ```{py:module} ovo.app.components.history_components ``` ```{autodoc2-docstring} ovo.app.components.history_components :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`history_dropdown_component ` - ```{autodoc2-docstring} ovo.app.components.history_components.history_dropdown_component :summary: ``` * - {py:obj}`format_label ` - ```{autodoc2-docstring} ovo.app.components.history_components.format_label :summary: ``` ```` ### API ````{py:function} history_dropdown_component(page_key: str, workflow_name: str, filter_func: typing.Callable = None, include_subclasses: bool = True) :canonical: ovo.app.components.history_components.history_dropdown_component ```{autodoc2-docstring} ovo.app.components.history_components.history_dropdown_component ``` ```` ````{py:function} format_label(pool_id: str, pools_by_id: dict[str, ovo.core.database.Pool]) :canonical: ovo.app.components.history_components.format_label ```{autodoc2-docstring} ovo.app.components.history_components.format_label ``` ````