mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
show FW date
This commit is contained in:
@@ -259,10 +259,13 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
var [ver, idf, cfg, branch] = release.name.split('#');
|
var [ver, idf, cfg, branch] = release.name.split('#');
|
||||||
var body = release.body.replace(/\\n/ig, "<br />").replace(/\'/ig, "\"");
|
var body = release.body.replace(/\\n/ig, "<br />").replace(/\'/ig, "\"");
|
||||||
|
var [date, time] = release.created_at.split('T');
|
||||||
|
if (ver.match(/esp-idf/)) next; //TODO delete
|
||||||
$("#releaseTable").append(
|
$("#releaseTable").append(
|
||||||
"<tr>"+
|
"<tr>"+
|
||||||
"<td data-toggle='tooltip' title='"+body+"'>"+ver+"</td>"+
|
"<td data-toggle='tooltip' title='"+body+"'>"+ver+"</td>"+
|
||||||
"<td>"+idf+"</td>"+
|
"<td>"+idf+"</td>"+
|
||||||
|
"<td>"+date+"</td>"+
|
||||||
"<td>"+cfg+"</td>"+
|
"<td>"+cfg+"</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>"+
|
||||||
|
|||||||
@@ -209,6 +209,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Firmware version</th>
|
<th scope="col">Firmware version</th>
|
||||||
<th scope="col">IDF version</th>
|
<th scope="col">IDF version</th>
|
||||||
|
<th scope="col">Release date</th>
|
||||||
<th scope="col">HW platform</th>
|
<th scope="col">HW platform</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user