Prettified Code!

This commit is contained in:
Mashintime 2023-04-12 21:19:33 +00:00 committed by GitHub Action
parent d6a7c99375
commit 362cbcb0c3

View file

@ -1750,7 +1750,8 @@
</span> </span>
<select <select
class="form-select form-select-sm" class="form-select form-select-sm"
aria-label=".form-select-sm" disabled aria-label=".form-select-sm"
disabled
> >
<!-- <option selected value="3011">USB Interface</option>--> <!-- <option selected value="3011">USB Interface</option>-->
</select> </select>
@ -1771,7 +1772,8 @@
</span> </span>
<select <select
class="form-select form-select-sm" class="form-select form-select-sm"
aria-label=".form-select-sm" disabled aria-label=".form-select-sm"
disabled
></select> ></select>
</div> </div>
<p class="card-text"> <p class="card-text">
@ -1908,9 +1910,8 @@
</div> </div>
</h5> </h5>
<p class="card-text"> <p class="card-text">
Enter your position as a 4 or 6 digit grid square, also known as a maidenhead Enter your position as a 4 or 6 digit grid square, also known
locator. Six digits are as a maidenhead locator. Six digits are recommended.
recommended.
</p> </p>
</div> </div>
</div> </div>
@ -2010,7 +2011,11 @@
</label> </label>
</div> </div>
</h5> </h5>
<p class="card-text">Local / Remote switch. If the TNC is running on the same computer as the GUI, select local. Otherwise choose remote and enter the IP/Port of where the TNC is running.</p> <p class="card-text">
Local / Remote switch. If the TNC is running on the same
computer as the GUI, select local. Otherwise choose remote and
enter the IP/Port of where the TNC is running.
</p>
</div> </div>
</div> </div>
<div class="card mb-3"> <div class="card mb-3">
@ -2098,9 +2103,10 @@
</button> </button>
</h5> </h5>
<p class="card-text"> <p class="card-text">
Stop the current transmission or connection. Bursts Stop the current transmission or connection. Bursts will be
will be transmitted so the remote station is informed about transmitted so the remote station is informed about our
our disconnect attempt and freeing the remote station from any unnecessary busy state. disconnect attempt and freeing the remote station from any
unnecessary busy state.
</p> </p>
</div> </div>
</div> </div>
@ -2158,7 +2164,8 @@
</div> </div>
</h5> </h5>
<p class="card-text"> <p class="card-text">
Start or stop the TNC service. The TNC daemon must be running and will work whether the TNC is local or remote. Start or stop the TNC service. The TNC daemon must be running
and will work whether the TNC is local or remote.
</p> </p>
</div> </div>
</div> </div>