Fence and reconcile Dataflow runs

This commit is contained in:
2026-08-03 06:09:53 +02:00
parent e1c092ece7
commit 3fa7a29f48
13 changed files with 1314 additions and 44 deletions
+12
View File
@@ -832,6 +832,18 @@
background: var(--primary-soft);
}
.dataflow-run-history td.dataflow-run-recovery {
min-width: 180px;
white-space: normal;
}
.dataflow-run-recovery small {
display: block;
margin-top: 4px;
color: var(--muted);
line-height: 1.35;
}
.dataflow-source-dialog-fields {
display: grid;
grid-template-columns: 1fr 1fr;