reorder FW fields

This commit is contained in:
Christian Herzog
2019-10-10 21:36:33 +02:00
parent 63b1f1bcdb
commit ffe08ba868
2 changed files with 2 additions and 2 deletions

View File

@@ -361,9 +361,9 @@ $(document).ready(function(){
$("#releaseTable").append(
"<tr class='release"+trclass+"'>"+
"<td data-toggle='tooltip' title='"+body+"'>"+ver+"</td>"+
"<td>"+idf+"</td>"+
"<td>"+date+"</td>"+
"<td>"+cfg+"</td>"+
"<td>"+idf+"</td>"+
"<td>"+branch+"</td>"+
"<td><input id='generate-command' type='button' class='btn btn-success' value='Select' data-url='"+url+"' onclick='setURL(this);' /></td>"+
"</tr>"

View File

@@ -285,9 +285,9 @@
<thead>
<tr>
<th scope="col">Firmware version</th>
<th scope="col">IDF version</th>
<th scope="col">Release date</th>
<th scope="col">HW platform</th>
<th scope="col">IDF version</th>
<th scope="col">Branch</th>
<th scope="col">Flash this FW</th>
</tr>