mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
reorder FW fields
This commit is contained in:
@@ -361,9 +361,9 @@ $(document).ready(function(){
|
|||||||
$("#releaseTable").append(
|
$("#releaseTable").append(
|
||||||
"<tr class='release"+trclass+"'>"+
|
"<tr class='release"+trclass+"'>"+
|
||||||
"<td data-toggle='tooltip' title='"+body+"'>"+ver+"</td>"+
|
"<td data-toggle='tooltip' title='"+body+"'>"+ver+"</td>"+
|
||||||
"<td>"+idf+"</td>"+
|
|
||||||
"<td>"+date+"</td>"+
|
"<td>"+date+"</td>"+
|
||||||
"<td>"+cfg+"</td>"+
|
"<td>"+cfg+"</td>"+
|
||||||
|
"<td>"+idf+"</td>"+
|
||||||
"<td>"+branch+"</td>"+
|
"<td>"+branch+"</td>"+
|
||||||
"<td><input id='generate-command' type='button' class='btn btn-success' value='Select' data-url='"+url+"' onclick='setURL(this);' /></td>"+
|
"<td><input id='generate-command' type='button' class='btn btn-success' value='Select' data-url='"+url+"' onclick='setURL(this);' /></td>"+
|
||||||
"</tr>"
|
"</tr>"
|
||||||
|
|||||||
@@ -285,9 +285,9 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Firmware version</th>
|
<th scope="col">Firmware version</th>
|
||||||
<th scope="col">IDF version</th>
|
|
||||||
<th scope="col">Release date</th>
|
<th scope="col">Release date</th>
|
||||||
<th scope="col">HW platform</th>
|
<th scope="col">HW platform</th>
|
||||||
|
<th scope="col">IDF version</th>
|
||||||
<th scope="col">Branch</th>
|
<th scope="col">Branch</th>
|
||||||
<th scope="col">Flash this FW</th>
|
<th scope="col">Flash this FW</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user