day hi lo for crypto added

This commit is contained in:
Justin 2023-08-03 18:08:54 +08:00 committed by GitHub
parent a5de0a06ae
commit 07149aa6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1951,127 +1951,92 @@
<div class="row g-3 align-items-center mt-3">
<div class="col-auto">
<label for="inputTransitionZ3" class="col-form-label"
>Percent Change
</label>
</div>
<div class="col-auto">
<input
class="form-check-input percent-select"
type="checkbox"
value=""
id="flexCheckChecked6"
{%
if
crypto_settings.percent%}
checked
{%endif%}
/>
</div>
</div>
<div class="row g-3 align-items-center">
<div class="col-auto">
<label for="inputTransitionZ3" class="col-form-label"
>Point Change
</label>
</div>
<div class="col-auto">
<input
class="form-check-input point-select"
type="checkbox"
value=""
id="flexCheckChecked7"
{%
if
crypto_settings.point%}
checked
{%endif%}
/>
</div>
</div>
<div class="row g-3 align-items-center left-div">
<div class="col-auto">
<label for="inputTransitionZ" class="col-form-label"
>Day Lo, Hi, Vol
</label>
</div>
<div class="col-auto">
<input
class="form-check-input lohivol-select"
type="checkbox"
value=""
id="lohivolcrypto"
{%
if
crypto_settings.lohivol%}
checked
{%endif%}
/>
</div>
</div>
<div class="row g-3 align-items-center">
<div class="col-auto">
<label for="inputTransitionZ3" class="col-form-label"
>Display Crypto Logos
</label>
</div>
<div class="col-auto">
<input
class="form-check-input logo-select"
type="checkbox"
value=""
id="flexCheckChecked8"
{%
if
crypto_settings.logos%}
checked
{%endif%}
/>
</div>
</div>
<div class="row g-3 align-items-center">