overview#
Overview tab — progress, runner status, pipeline info, recent files.
Functions#
|
Build the Overview tab layout with auto-refresh support. |
Module Contents#
- physicsnemo_curator.dashboard.views.overview.overview_tab( ) panel.Column#
Build the Overview tab layout with auto-refresh support.
The tab content rebuilds each time
store.refreshis triggered, re-querying the database for fresh metrics.- Parameters:
store (DashboardStore) – The dashboard data store.
- Returns:
Reactive vertical layout that updates on refresh.
- Return type:
pn.Column