feat: improve timeline/admin flows and ingest projection repairs

This commit is contained in:
2026-03-01 00:21:31 +03:00
parent c805daabcf
commit 229db81229
26 changed files with 2873 additions and 270 deletions

View File

@@ -5,6 +5,20 @@
<body>
{{template "topbar" .}}
{{template "breadcrumbs" .}}
<style>
.failures-table td {
vertical-align: top;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
.failures-details-cell a {
display: block;
max-height: 7.2em;
overflow: auto;
line-height: 1.2;
}
</style>
<main class="container">
<section class="card">
@@ -14,7 +28,7 @@
</div>
<div class="meta" id="manual-failure-page-message" style="margin-bottom:10px;"></div>
{{if .ActiveFailures}}
<table class="table" data-disable-auto-filters="true" style="table-layout:fixed; width:100%;">
<table class="table failures-table" data-disable-auto-filters="true" style="table-layout:fixed; width:100%;">
<colgroup>
<col style="width: 22%;" />
<col style="width: 24%;" />
@@ -40,7 +54,7 @@
</a><br />
<span class="meta">{{.FailureType}}</span>
</td>
<td>
<td class="failures-details-cell">
<a href="/ui/failure/{{.FailureID}}">{{if .Description}}{{.Description}}{{else}}—{{end}}</a>
</td>
<td>