Kavita+ Overhaul & New Changelog (#3507)
This commit is contained in:
parent
d880c1690c
commit
a5707617f2
249 changed files with 14775 additions and 2300 deletions
|
|
@ -1,22 +1,37 @@
|
|||
<ng-container *transloco="let t; read: 'manage-system'">
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="mb-3" *ngIf="serverInfo">
|
||||
<h3>{{t('title')}}</h3>
|
||||
<dl>
|
||||
<dt>{{t('version-title')}}</dt>
|
||||
<dd>{{serverInfo.kavitaVersion}}</dd>
|
||||
@if (serverInfo) {
|
||||
<div class="mb-3">
|
||||
<h3>{{t('title')}}</h3>
|
||||
|
||||
<dt>{{t('installId-title')}}</dt>
|
||||
<dd>{{serverInfo.installId}}</dd>
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<div>{{t('version-title')}}</div>
|
||||
<div>{{serverInfo.kavitaVersion}}</div>
|
||||
</div>
|
||||
|
||||
<dt>{{t('first-install-version-title')}}</dt>
|
||||
<dd>{{serverInfo.firstInstallVersion | defaultValue}}</dd>
|
||||
<div class="col-4">
|
||||
<div>{{t('installId-title')}}</div>
|
||||
<div>{{serverInfo.installId}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dt>{{t('first-install-date-title')}}</dt>
|
||||
<dd>{{serverInfo.firstInstallDate | date:'shortDate'}}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<div>{{t('first-install-version-title')}}</div>
|
||||
<div>{{serverInfo.firstInstallVersion}}</div>
|
||||
</div>
|
||||
|
||||
<div class="col-4">
|
||||
<div>{{t('first-install-date-title')}}</div>
|
||||
<div>{{serverInfo.firstInstallDate | date:'shortDate'}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="setting-section-break"></div>
|
||||
}
|
||||
|
||||
<div class="mb-3">
|
||||
<h3>{{t('more-info-title')}}</h3>
|
||||
|
|
@ -50,6 +65,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="setting-section-break"></div>
|
||||
|
||||
<div class="mb-3">
|
||||
<h3>{{t('updates-title')}}</h3>
|
||||
<app-changelog></app-changelog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue