|
|
@ -1930,7 +1930,48 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="panel"> |
|
|
|
<div class="panel-heading" id="DebugLog" role="tab"> |
|
|
|
<a class="panel-title collapsed" data-toggle="collapse" href="#DebugLogTab" |
|
|
|
data-parent="#SettingsAccordion" aria-expanded="false" |
|
|
|
aria-controls="DebugLogTab"> |
|
|
|
<i class="icon md-info" aria-hidden="true"></i>Debug Log |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="panel-collapse collapse" id="DebugLogTab" aria-labelledby="DebugLog" |
|
|
|
role="tabpanel"> |
|
|
|
<div class="panel-body"> |
|
|
|
<p>This section allows you to read last N lines from debug log file.</i></b></p> |
|
|
|
<div class="col-sm-12"></div> |
|
|
|
<form class="read-debug-log-import-form" method="post" action="javascript:;" autocomplete="off" onsubmit="return false;"> |
|
|
|
<div class="form-group form-material floating"> |
|
|
|
<input type="text" class="form-control" name="read_debug_log_lines" id="read_debug_log_lines" value="10"> |
|
|
|
<label class="floating-label" for="read_debug_log_lines">Input number of lines to read</label> |
|
|
|
</div> |
|
|
|
<div class="form-group form-material floating"> |
|
|
|
<select class="form-control form-material" id="settings_select_debuglog_options"> |
|
|
|
<option value="iguana">Iguana</option> |
|
|
|
<option value="komodo">Komodo</option> |
|
|
|
</select> |
|
|
|
<label class="floating-label" for="settings_select_debuglog_options">Target</label> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-xs-12" style="text-align: center;"> |
|
|
|
<button type="submit" class="btn btn-primary waves-effect waves-light" data-toggle="modal" data-dismiss="modal" id="read_debug_log_btn" onclick="Settings_LoadDebugLog()">Load debug log</button> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-xs-12" style="text-align: center;"> |
|
|
|
<br/> |
|
|
|
<textarea id="read_debug_log_textarea" style="width:100%;height:200px"></textarea> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
|
|
|
|
<div class="col-sm-12" style="padding-top: 15px;"> |
|
|
|
<div class="row" id="wif-priv-keys" data-plugin="masonry"> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|