mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Updated radio page to show how to use external radio interfaces this needs more detail
This commit is contained in:
parent
0e2e496b8b
commit
836c4de60c
1 changed files with 10 additions and 3 deletions
|
|
@ -15,12 +15,19 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"></h5>
|
||||
<p class="card-text"></p>
|
||||
<p class="card-text">
|
||||
These are active radios that are connected to Cloudlog via the API.
|
||||
</p>
|
||||
|
||||
<div class="table-responsive">
|
||||
<!-- Display Radio Statuses -->
|
||||
<table class="table table-striped status"></table>
|
||||
</div>
|
||||
<table class="table table-striped status"></table>
|
||||
</div>
|
||||
|
||||
<p class="card-text">
|
||||
<span class="badge badge-info">Info</span> You can find out how to use the <a href="https://github.com/magicbug/Cloudlog/wiki/Radio-Interface" target="_blank">radio functons</a> in the wiki.</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue