mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
21 lines
399 B
Handlebars
21 lines
399 B
Handlebars
<fieldset>
|
|
<legend>About</legend>
|
|
|
|
<dl class="dl-horizontal info">
|
|
<dt>Version</dt>
|
|
<dd>{{version}}</dd>
|
|
|
|
{{#if isMonoRuntime}}
|
|
<dt>Mono Version</dt>
|
|
<dd>{{runtimeVersion}}</dd>
|
|
{{/if}}
|
|
|
|
<dt>AppData directory</dt>
|
|
<dd>{{appData}}</dd>
|
|
|
|
<dt>Startup directory</dt>
|
|
<dd>{{startupPath}}</dd>
|
|
</dl>
|
|
</fieldset>
|
|
|