.
Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-05-06 12:59:55 +02:00
parent a9df8baf97
commit daf95349d2
2 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ pre.raw-line { background: var(--bs-tertiary-bg); padding: .75rem; border-radius
<input type="text" class="form-control" id="logSearchInput" placeholder="Search all log lines..." maxlength="200">
<button class="btn btn-primary" id="logSearchBtn"><i class="bi bi-search me-1"></i>Search</button>
</div>
<small class="text-secondary mt-1 d-block">Search terms: <code>error 500</code>, <code>"disk full"</code>, <code>auth*</code>. Boolean operators like <code>NOT</code> not supported.</small>
<small class="text-secondary mt-1 d-block">Use <code>*</code> as wildcard. <code>bla</code> matches "blabla". <code>*</code> shows all logs. Separate terms match all (AND).</small>
</div>
</div>
<div class="card">