adding checkboxes for dashboards
This commit is contained in:
parent
08ed86fb18
commit
54c1757423
1 changed files with 4 additions and 1 deletions
|
|
@ -296,7 +296,6 @@
|
||||||
label="Mempool link"
|
label="Mempool link"
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
<br />
|
|
||||||
<q-input
|
<q-input
|
||||||
v-if="toggleStates.advanced"
|
v-if="toggleStates.advanced"
|
||||||
filled
|
filled
|
||||||
|
|
@ -308,6 +307,10 @@
|
||||||
>The amount of time in seconds between screen updates
|
>The amount of time in seconds between screen updates
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</q-input>
|
</q-input>
|
||||||
|
<br/>
|
||||||
|
<p v-if="toggleStates.advanced">Gerty Device Dashboards (for Gerty <a target="_blank" href="https://shop.lnbits.com/product/gerty-a-bitcoin-assistant">devices</a>):</p>
|
||||||
|
<br/>
|
||||||
|
<q-checkbox size="xs" v-model="shape" val="xs" label=""></q-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue