Merge pull request #867 from DimalChandrasiri/master

Fixing device type log not showing issue
revert-70aa11f8
Madhawa Perera 7 years ago committed by GitHub
commit a49acaac11

@ -60,7 +60,7 @@
<form id="form-{{operation}}" style="padding-bottom: 20px;"-->
<select id="operation-type" class="form-control" onChange="operationTypeChage(this)" style="display:none">
<option value="CONFIG">Config</option>
<option value="PROFILE">Profile</option>
<option value="COMMAND">Command</option>
</select>
<br />

@ -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