mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Make sure cors message is left-aligned
This commit is contained in:
parent
c8564d6228
commit
1d5bfea6c9
|
@ -66,8 +66,8 @@
|
|||
<b-alert v-if="errorMessage" class="alert-wrap" :model-value="true" variant="warning">
|
||||
{{ errorMessage }}
|
||||
<br />
|
||||
<span v-if="errorMessageCORS">
|
||||
Please also check your bot's CORS configuration:
|
||||
<span v-if="errorMessageCORS"
|
||||
>Please also check your bot's CORS configuration:
|
||||
<a href="https://www.freqtrade.io/en/latest/rest-api/#cors"
|
||||
>Freqtrade CORS documentation</a
|
||||
></span
|
||||
|
|
Loading…
Reference in New Issue
Block a user