Fixing device type log not showing issue

revert-70aa11f8
Imesh Chandrasiri 7 years ago
parent 9e10af8abf
commit 4fe1cd8ccb

@ -92,7 +92,23 @@
</div>
<div id="operations-log-container">
<div class="panel-body">
Not available yet
<table class="table table-striped table-hover table-responsive list-table display responsive nowrap data-table"
id="operation-log">
<thead class="block">
<tr class="sort-row">
<!-- <th class="content-fill no-sort"></th> -->
<th>Name</th>
<th>Position</th>
<th>Office</th>
<!-- <th>Age</th>
<th>Start date</th>
<th>Salary</th>
<th class="no-sort"></th> -->
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<br class="c-both"/>
</div>

@ -73,7 +73,6 @@ function loadOperationsLog(update) {
},
dataSrc: function(json) {
$("#operations-spinner").addClass("hidden");
$("#operations-log-container").empty();
return json.data;
}
},

Loading…
Cancel
Save