feat(web): display application version on login and admin dashboard pages
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 27s
Prepare Release / Build & Create Release (push) Successful in 1m5s
Prepare Release / Release Notification (push) Successful in 1s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-12 13:19:47 +09:00
parent 87949f42b5
commit 3f45fbc36e
2 changed files with 6 additions and 1 deletions
@@ -266,6 +266,7 @@
<div class="login-footer">
<p>© 2026 QuantEngine. 모든 권리 예약.</p>
<p style="font-size: 11px; margin-top: 4px; opacity: 0.8;">Version: v1.0.0 (7172de36)</p>
</div>
</div>
</body>
@@ -87,10 +87,14 @@
<span class="text-muted">환경:</span>
<strong>@Model.EnvironmentName</strong>
</div>
<div>
<div class="mb-2">
<span class="text-muted">데이터베이스:</span>
<strong>@(Model.IsDatabaseConnected ? "연결됨" : "연결 끊김")</strong>
</div>
<div>
<span class="text-muted">배포 버전:</span>
<strong>v1.0.0 (7172de36)</strong>
</div>
</div>
</div>
</div>