mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-17 22:46:00 +00:00
UI: Add git commit hash and age to status bar
This commit is contained in:
@@ -297,6 +297,13 @@
|
||||
Retry
|
||||
</button>
|
||||
</div>
|
||||
<div class="db-status-item version-container">
|
||||
<div class="version-pill" id="gitVersion" title="Git Commit Version" style="display: none;">
|
||||
<span class="commit-hash" id="commitHash"></span>
|
||||
<span class="version-separator">•</span>
|
||||
<span class="commit-age" id="commitAge"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Database Status Details (for testing phase) -->
|
||||
|
||||
Reference in New Issue
Block a user