WebUI: Added placeholder help text and image for Debugging tab

This commit is contained in:
Ian 2014-05-26 15:33:25 +01:00
parent d46c06d770
commit e3d333a493
2 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,28 @@
<div class="hts-doc-text">
<img src="docresources/configtvhlog.png"></img>
<p>This tab is used to configure various debugging options in tvheadend.</p>
<p>Configuration options:</p>
<dl>
<dt>Debug log path</dt>
<dd></dd>
<dt>Debug to syslog</dt>
<dd></dd>
<dt>Debug trace (low-level stuff)</dt>
<dd></dd>
<dt>Debug subsystems</dt>
<dd></dd>
<dt>Trace subsystems</dt>
<dd></dd>
</dl>
Changes to any of these settings must be confirmed by pressing the 'Save configuration' button before taking effect.
</div>