Added button to toggle verbose/debug logging

This commit is contained in:
rembo10
2015-05-04 20:58:53 -07:00
parent c6b0f58074
commit 9d425d33ab

View File

@@ -7,6 +7,7 @@
<div id="subhead_container">
<div id="subhead_menu">
<a class="menu_link_edit" href="clearLogs"><i class="fa fa-trash-o"></i> Clear log</a>
<a class="menu_link_edit" href="toggleVerbose"><i class="fa fa-pencil"></i> Toggle Debug Log</a>
</div>
</div>
</%def>