mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Add a page descritpion to the wizard receiver page
This commit is contained in:
parent
a45d85c0b0
commit
4fe7728d46
2 changed files with 10 additions and 0 deletions
|
@ -53,6 +53,12 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.defaults-dialog__wizard p {
|
||||||
|
margin-top: 1em;
|
||||||
|
font-size: 0.9em;
|
||||||
|
color:#444;
|
||||||
|
}
|
||||||
|
|
||||||
.defaults-dialog__content--wrapper {
|
.defaults-dialog__content--wrapper {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<h2>Receiver wizard</h2>
|
<h2>Receiver wizard</h2>
|
||||||
|
<p>
|
||||||
|
Configure receiver serial port and protocol. If you unsure about serial port or protocol, click `Skip` to go to the next page.
|
||||||
|
You can change those settings later with the configurator UI.
|
||||||
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<label for="wizard-receiver-port">Receiver Serial Port</label><select id="wizard-receiver-port"></select>
|
<label for="wizard-receiver-port">Receiver Serial Port</label><select id="wizard-receiver-port"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue