powermanager - Fix typo
parent
fd1c9058aa
commit
b5ffb4e675
|
|
@ -248,7 +248,7 @@ function viewDetailsTable(filename) {
|
||||||
var htmlOverview = `<h1>Detailed logging</h1>
|
var htmlOverview = `<h1>Detailed logging</h1>
|
||||||
<button class="btn btn-primary" id="back" style="float: right;margin-right: 5px;">Back</button>
|
<button class="btn btn-primary" id="back" style="float: right;margin-right: 5px;">Back</button>
|
||||||
<div>
|
<div>
|
||||||
This is a trace log of all logged entries. Power is logged with type, state transition (old → new) and calling app if available. Functions are logged with execution duraion and source if available.
|
This is a trace log of all logged entries. Power is logged with type, state transition (old → new) and calling app if available. Functions are logged with execution duration and source if available.
|
||||||
</div>
|
</div>
|
||||||
<div class="table_wrapper">
|
<div class="table_wrapper">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue