mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
21 lines
390 B
HTML
21 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>
|
|
|