Sonarr/UI/System/About/ViewTemplate.html

9 lines
210 B
HTML
Raw Normal View History

2013-07-28 20:20:26 +00:00
<dl class="dl-horizontal">
<dt>Version</dt>
<dd>{{version}}</dd>
<dt>AppData directory</dt>
<dd>{{appData}}</dd>
<dt>Startup directory</dt>
<dd>{{startupPath}}</dd>
</dl>