ui: move version badge next to title in header left side

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Brandon Walter 2026-02-24 09:23:10 -05:00
parent 22ed2c6e12
commit 70c26121a8
2 changed files with 7 additions and 4 deletions

View file

@ -2399,9 +2399,12 @@ tr.drawer-row-active {
Version badge in header
----------------------------------------------------------------------- */
.header-version {
font-size: 11px;
font-size: 10px;
color: var(--text-muted);
opacity: .6;
padding: 0 2px;
opacity: .55;
font-weight: 400;
letter-spacing: 0;
align-self: flex-end;
padding-bottom: 1px;
font-variant-numeric: tabular-nums;
}

View file

@ -17,6 +17,7 @@
<line x1="6" y1="18" x2="6.01" y2="18"></line>
</svg>
<span class="header-title">TrueNAS Burn-In</span>
<span class="header-version">v{{ app_version if app_version is defined else '—' }}</span>
</a>
<div class="header-meta">
<span class="live-indicator">
@ -37,7 +38,6 @@
<a class="header-link" href="/audit">Audit</a>
<a class="header-link" href="/settings">Settings</a>
<a class="header-link" href="/docs" target="_blank" rel="noopener">API</a>
<span class="header-version">v{{ app_version if app_version is defined else '—' }}</span>
</div>
</header>