mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Prettified Code!
This commit is contained in:
parent
270884fc6a
commit
3cb932aa1d
1 changed files with 97 additions and 106 deletions
|
@ -1717,8 +1717,6 @@
|
||||||
></button>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
||||||
|
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="input-group input-group-sm mb-1">
|
<div class="input-group input-group-sm mb-1">
|
||||||
|
@ -1732,7 +1730,11 @@
|
||||||
<!-- <option selected value="3011">USB Interface</option>-->
|
<!-- <option selected value="3011">USB Interface</option>-->
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<p class="card-text">Select your audio device for transmitting. It <strong>must</strong> be running on a sample rate of <strong>48000Hz</strong></p>
|
<p class="card-text">
|
||||||
|
Select your audio device for transmitting. It
|
||||||
|
<strong>must</strong> be running on a sample rate of
|
||||||
|
<strong>48000Hz</strong>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1746,22 +1748,14 @@
|
||||||
class="form-select form-select-sm"
|
class="form-select form-select-sm"
|
||||||
aria-label=".form-select-sm"
|
aria-label=".form-select-sm"
|
||||||
></select>
|
></select>
|
||||||
</div> <p class="card-text">Select your audio device for receiving. It <strong>must</strong> be running on a sample rate of <strong>48000Hz</strong></p>
|
</div>
|
||||||
|
<p class="card-text">
|
||||||
|
Select your audio device for receiving. It
|
||||||
|
<strong>must</strong> be running on a sample rate of
|
||||||
|
<strong>48000Hz</strong>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1807,14 +1801,14 @@
|
||||||
></button>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
These settings will be saved automatically when changing.
|
These settings will be saved automatically when changing.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title"><div
|
<h5 class="card-title">
|
||||||
|
<div
|
||||||
class="input-group input-group-sm mb-0"
|
class="input-group input-group-sm mb-0"
|
||||||
data-bs-placement="bottom"
|
data-bs-placement="bottom"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
|
@ -1846,15 +1840,19 @@
|
||||||
disabled
|
disabled
|
||||||
>
|
>
|
||||||
<option selected value="SSID">SSID</option>
|
<option selected value="SSID">SSID</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</div></h5>
|
</div>
|
||||||
<p class="card-text">Enter your callsign and SSID. Your callsign can have a length of a maximum of 7 characters</p>
|
</h5>
|
||||||
|
<p class="card-text">
|
||||||
|
Enter your callsign and SSID. Your callsign can have a length
|
||||||
|
of a maximum of 7 characters
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title"><div
|
<h5 class="card-title">
|
||||||
|
<div
|
||||||
class="input-group input-group-sm mb-0"
|
class="input-group input-group-sm mb-0"
|
||||||
data-bs-placement="bottom"
|
data-bs-placement="bottom"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
|
@ -1875,22 +1873,15 @@
|
||||||
aria-describedby="btnGroupAddon"
|
aria-describedby="btnGroupAddon"
|
||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
</div></h5>
|
</div>
|
||||||
<p class="card-text">Enter your position as qth-locator, also known as maidenhead locator. You can enter 4 or 6 digits, while 6 digits are recommended.</p>
|
</h5>
|
||||||
|
<p class="card-text">
|
||||||
|
Enter your position as qth-locator, also known as maidenhead
|
||||||
|
locator. You can enter 4 or 6 digits, while 6 digits are
|
||||||
|
recommended.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue