{$t.common?.id}: {resolvedDashboardId ?? dashboardRef}{#if dashboard?.slug} • {dashboard.slug}{/if} | Git: {gitMeta.label} {#if gitStatus?.ahead_count > 0} ({gitStatus.ahead_count}) {/if}
{#if gitSyncState === "CHANGES"} Обнаружены изменения конфигурации в Superset. {:else} Конфигурация Superset совпадает с веткой {gitStatus?.current_branch || "main"}. {/if}
{gitDiffPreview}
{$t.dashboard?.last_modified}
{formatDate(dashboard.last_modified)}
{$t.dashboard?.charts}
{dashboard.chart_count || 0}
{$t.nav?.datasets}
{dashboard.dataset_count || 0}
{dashboard.description}
| {$t.settings?.type_chart} | {$t.nav?.datasets} | {$t.dashboard?.overview} | {$t.dashboard?.last_modified} |
|---|---|---|---|
|
{chart.title}
ID: {chart.id}{#if chart.viz_type} • {chart.viz_type}{/if}
|
{#if chart.dataset_id} {:else} - {/if} | {chart.overview || "-"} | {formatDate(chart.last_modified)} |
| {$t.common?.type || "Type"} | {$t.common?.status || "Status"} | {$t.tasks?.result || "Check"} | {$t.common?.started || "Started"} | {$t.common?.finished || "Finished"} | {$t.common?.actions || "Actions"} |
|---|---|---|---|---|---|
| {toTaskTypeLabel(task.plugin_id)} | {task.status} | {#if validation.icon} {validation.icon} {/if} {validation.label} | {formatDate(task.started_at)} | {formatDate(task.finished_at)} |
{#if task.plugin_id === "llm_dashboard_validation"}
{/if}
|