mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 05:10:49 +03:00
reorder FW fields
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user