More Bugfixes (#2989)
This commit is contained in:
parent
1ae723b405
commit
a3e020fe17
49 changed files with 579 additions and 272 deletions
|
|
@ -9,6 +9,12 @@
|
|||
|
||||
<dt>{{t('installId-title')}}</dt>
|
||||
<dd>{{serverInfo.installId}}</dd>
|
||||
|
||||
<dt>{{t('first-install-version-title')}}</dt>
|
||||
<dd>{{serverInfo.firstInstallVersion | defaultValue}}</dd>
|
||||
|
||||
<dt>{{t('first-install-date-title')}}</dt>
|
||||
<dd>{{serverInfo.firstInstallDate | date:'shortDate'}}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue