mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #867 from DimalChandrasiri/master
Fixing device type log not showing issue
This commit is contained in:
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…
Reference in New Issue
Block a user