mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed missing speed level
This commit is contained in:
parent
f10a6b0d7f
commit
973890dd3b
1 changed files with 14 additions and 0 deletions
|
@ -130,6 +130,20 @@ const state = useStateStore(pinia);
|
|||
<i class="bi bi-file-earmark-binary" style="font-size: 1rem"></i>
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="btn btn-sm btn-secondary disabled"
|
||||
type="button"
|
||||
data-bs-placement="top"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-trigger="hover"
|
||||
data-bs-html="true"
|
||||
data-bs-title="the dxcallsign of the connected station"
|
||||
>
|
||||
|
||||
<span v-if="state.arq_is_receiving">from</span>
|
||||
<span v-else>to</span>
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="btn btn-sm btn-secondary disabled me-1"
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue