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:
@@ -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