feat: improve timeline/admin flows and ingest projection repairs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user