mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-14 19:42:28 +01:00
20 lines
390 B
HTML
20 lines
390 B
HTML
<fieldset>
|
|
<legend>About</legend>
|
|
|
|
<dl class="dl-horizontal">
|
|
<dt>Version</dt>
|
|
<dd>{{version}}</dd>
|
|
|
|
{{#if isMono}}
|
|
<dt>Mono Version</dt>
|
|
<dd>{{runtimeVersion}}</dd>
|
|
{{/if}}
|
|
|
|
<dt>AppData directory</dt>
|
|
<dd>{{appData}}</dd>
|
|
|
|
<dt>Startup directory</dt>
|
|
<dd>{{startupPath}}</dd>
|
|
</dl>
|
|
</fieldset>
|
|
|