display sdr devices

This commit is contained in:
Jakob Ketterl
2020-04-26 02:15:19 +02:00
parent 5282b5f8df
commit fb90a4e54b
3 changed files with 26 additions and 0 deletions

View File

@ -18,3 +18,7 @@ body {
.row .map-input {
margin: 15px 15px 0;
}
.device {
margin-top: 20px;
}

View File

@ -16,5 +16,8 @@ ${header}
<div class="col-12">
<h1>SDR device settings</h1>
</div>
<div class="col-12">
${devices}
</div>
</div>
</body>