mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 23:43:45 +00:00
introduce breadcrumbs in the web config
This commit is contained in:
parent
1968e15237
commit
e8cf014903
17 changed files with 139 additions and 16 deletions
|
|
@ -13,8 +13,7 @@ $(function(){
|
|||
});
|
||||
$table.append(
|
||||
'<tr>' +
|
||||
'<td colspan=2>' + name + '</td>' +
|
||||
'<td>' + converter.makeHtml(details.description) + '</td>' +
|
||||
'<td colspan=3>' + name + '</td>' +
|
||||
'<td>' + (details.available ? 'YES' : 'NO') + '</td>' +
|
||||
'</tr>' +
|
||||
requirements.join("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue