Prettified Code!

This commit is contained in:
DJ2LS 2023-04-14 09:30:18 +00:00 committed by GitHub Action
parent 725a2224c6
commit 5cb1e8a63e

View file

@ -1816,14 +1816,21 @@
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">None/Vox</h5>
<p class="card-text">Select "None/Vox" if you want to use Vox for triggering PTT. No connection to rigctld will be established. No frequency information is availble.</p>
<p class="card-text">
Select "None/Vox" if you want to use Vox for triggering PTT.
No connection to rigctld will be established. No frequency
information is availble.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">Hamlib</h5>
<p class="card-text">Select "Hamlib" if you want to have more control over your radio. Please ensure, rigctld is running. </p>
<p class="card-text">
Select "Hamlib" if you want to have more control over your
radio. Please ensure, rigctld is running.
</p>
</div>
</div>
</div>
@ -1955,25 +1962,41 @@
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">Auto-Updater</h5>
<p class="card-text">The auto updater loads the latest version from Github and installs it automatically. You can select the update channel in settings. Once an update has been downlaoded, you need to confirm the auto-installation and restart. </p>
<p class="card-text">
The auto updater loads the latest version from Github and
installs it automatically. You can select the update channel
in settings. Once an update has been downlaoded, you need to
confirm the auto-installation and restart.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">Alpha</h5>
<p class="card-text">Alpha releases contain the most recent changes, but there is a high change, these versions are unstable. They might also occur more often. </p>
<p class="card-text">
Alpha releases contain the most recent changes, but there is a
high change, these versions are unstable. They might also
occur more often.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">Beta</h5>
<p class="card-text">Beta releases are more stable than Alpha releases. They are a good tradeoff between latest features and stability. They will be updated less often. A beta release wasnt released yet.</p>
<p class="card-text">
Beta releases are more stable than Alpha releases. They are a
good tradeoff between latest features and stability. They will
be updated less often. A beta release wasnt released yet.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">Stable</h5>
<p class="card-text">Stable releases are the most stable versions. Until today we didn't release a stable version, yet.</p>
<p class="card-text">
Stable releases are the most stable versions. Until today we
didn't release a stable version, yet.
</p>
</div>
</div>
</div>