mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 04:03:51 +00:00
prettier
This commit is contained in:
parent
f39d3189b3
commit
06b5cc5230
|
@ -65,15 +65,9 @@
|
||||||
>
|
>
|
||||||
</CandleChart>
|
</CandleChart>
|
||||||
<div v-else class="m-auto">
|
<div v-else class="m-auto">
|
||||||
<b-spinner
|
<b-spinner v-if="isLoadingDataset" label="Spinning" />
|
||||||
v-if="isLoadingDataset"
|
|
||||||
label="Spinning"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div
|
<div v-else style="font-size: 1.5rem">
|
||||||
v-else
|
|
||||||
style="font-size: 1.5rem"
|
|
||||||
>
|
|
||||||
{{ noDatasetText }}
|
{{ noDatasetText }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user