mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +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
|
|
@ -10,6 +10,7 @@
|
|||
</HEAD><BODY>
|
||||
${header}
|
||||
<div class="container">
|
||||
${breadcrumb}
|
||||
<h1>OpenWebRX Feature Report</h1>
|
||||
<table class="features table">
|
||||
<tr>
|
||||
|
|
@ -19,5 +20,6 @@
|
|||
<th>Available</th>
|
||||
</tr>
|
||||
</table>
|
||||
${breadcrumb}
|
||||
</div>
|
||||
</BODY></HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue