mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
test: Add visible marker to verify remote update works
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
<div class="px-3 pb-2 text-muted small border-bottom d-flex align-items-center justify-content-between">
|
||||
<span id="versionDisplay">
|
||||
<i class="bi bi-tag"></i> <span id="versionText">{{ version }}</span>
|
||||
<i class="bi bi-tag"></i> <span id="versionText">{{ version }}</span> <span class="text-success">(test ok!)</span>
|
||||
<span class="badge bg-secondary ms-1" id="branchBadge">{{ git_branch }}</span>
|
||||
</span>
|
||||
<button id="checkUpdateBtn" class="btn btn-sm btn-outline-secondary py-0 px-1" title="Check for updates">
|
||||
|
||||
Reference in New Issue
Block a user