Updated radio page to show how to use external radio interfaces this needs more detail

pull/269/head
Peter Goodhall 2019-04-19 01:19:44 +01:00
rodzic 0e2e496b8b
commit 836c4de60c
1 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -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>