mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 03:55:15 +00:00
feat: Improve "days" section of component
This commit is contained in:
parent
7c1c8d0d54
commit
e95f137e9a
|
@ -131,8 +131,8 @@ async function startDownload() {
|
||||||
<BFormInput
|
<BFormInput
|
||||||
v-model.number="timeSelection.days"
|
v-model.number="timeSelection.days"
|
||||||
type="number"
|
type="number"
|
||||||
|
aria-label="Days to download"
|
||||||
min="1"
|
min="1"
|
||||||
max="500"
|
|
||||||
style="width: 100px"
|
style="width: 100px"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user