Prettified Code!

This commit is contained in:
Mashintime 2023-02-12 20:06:39 +00:00 committed by GitHub Action
parent 002d866dc7
commit d9ab917a51

View file

@ -318,7 +318,8 @@
<i
class="bi bi-projector"
style="font-size: 1rem; color: black"
></i><STRONG> TNC RIG CONTROL</STRONG>
></i
><strong> TNC RIG CONTROL</strong>
<div
class="btn-group btn-group-sm"
role="group"
@ -381,8 +382,11 @@
<div class="card-body p-2">
<!-- RADIO CONTROL DISABLED -->
<div id="radio-control-disabled">
<p class="small">TNC will not utilize rig control and features will be limited.
While functional; it is recommended to configure hamlib.</p>
<p class="small">
TNC will not utilize rig control and features will be
limited. While functional; it is recommended to configure
hamlib.
</p>
</div>
<!-- RADIO CONTROL RIGCTLD INFO-->
@ -435,18 +439,17 @@
>
Stop
</button>
<button
type="button"
id="testHamlib"
class="btn btn-sm btn-outline-secondary"
data-bs-placement="bottom"
data-bs-toggle="tooltip"
data-bs-html="true"
title="Test your hamlib settings and toggle PTT once. Button will become <strong class='text-success'>green</strong> on success and <strong class='text-danger'>red</strong> if fails."
>
PTT Test
</button>
<button
type="button"
id="testHamlib"
class="btn btn-sm btn-outline-secondary"
data-bs-placement="bottom"
data-bs-toggle="tooltip"
data-bs-html="true"
title="Test your hamlib settings and toggle PTT once. Button will become <strong class='text-success'>green</strong> on success and <strong class='text-danger'>red</strong> if fails."
>
PTT Test
</button>
</div>
</div>