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
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user