fix: wallet layout.
This commit is contained in:
parent
ec4b558638
commit
d528d4e09e
1 changed files with 40 additions and 41 deletions
|
|
@ -205,48 +205,47 @@
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="col-12 col-md-5 q-gutter-y-md">
|
||||||
|
<q-card>
|
||||||
<div class="col-12 col-md-5 q-gutter-y-md">
|
<q-card-section>
|
||||||
<q-card>
|
<q-btn flat color="grey" @click="exportCSV" class="float-right"
|
||||||
<q-card-section>
|
>Renew keys</q-btn
|
||||||
<q-btn flat color="grey" @click="exportCSV" class="float-right"
|
|
||||||
>Renew keys</q-btn
|
|
||||||
>
|
|
||||||
<h6 class="text-subtitle1 q-mt-none q-mb-sm">LNbits wallet</h6>
|
|
||||||
<strong>Wallet name: </strong><em>{{ wallet.name }}</em><br />
|
|
||||||
<strong>Wallet ID: </strong><em>{{ wallet.id }}</em><br />
|
|
||||||
<strong>Admin key: </strong><em>{{ wallet.adminkey }}</em><br />
|
|
||||||
<strong>Invoice/read key: </strong><em>{{ wallet.inkey }}</em>
|
|
||||||
</q-card-section>
|
|
||||||
<q-card-section class="q-pa-none">
|
|
||||||
<q-separator></q-separator>
|
|
||||||
<q-list>
|
|
||||||
{% include "core/_api_docs.html" %}
|
|
||||||
<q-separator></q-separator>
|
|
||||||
<q-expansion-item
|
|
||||||
group="extras"
|
|
||||||
icon="remove_circle"
|
|
||||||
label="Delete wallet"
|
|
||||||
>
|
>
|
||||||
<q-card>
|
<h6 class="text-subtitle1 q-mt-none q-mb-sm">LNbits wallet</h6>
|
||||||
<q-card-section>
|
<strong>Wallet name: </strong><em>{{ wallet.name }}</em><br />
|
||||||
<p>
|
<strong>Wallet ID: </strong><em>{{ wallet.id }}</em><br />
|
||||||
This whole wallet will be deleted, the funds will be
|
<strong>Admin key: </strong><em>{{ wallet.adminkey }}</em><br />
|
||||||
<strong>UNRECOVERABLE</strong>.
|
<strong>Invoice/read key: </strong><em>{{ wallet.inkey }}</em>
|
||||||
</p>
|
</q-card-section>
|
||||||
<q-btn
|
<q-card-section class="q-pa-none">
|
||||||
unelevated
|
<q-separator></q-separator>
|
||||||
color="red-10"
|
<q-list>
|
||||||
@click="deleteWallet('{{ wallet.id }}', '{{ user.id }}')"
|
{% include "core/_api_docs.html" %}
|
||||||
>Delete wallet</q-btn
|
<q-separator></q-separator>
|
||||||
>
|
<q-expansion-item
|
||||||
</q-card-section>
|
group="extras"
|
||||||
</q-card>
|
icon="remove_circle"
|
||||||
</q-expansion-item>
|
label="Delete wallet"
|
||||||
</q-list>
|
>
|
||||||
</q-card-section>
|
<q-card>
|
||||||
</q-card>
|
<q-card-section>
|
||||||
|
<p>
|
||||||
|
This whole wallet will be deleted, the funds will be
|
||||||
|
<strong>UNRECOVERABLE</strong>.
|
||||||
|
</p>
|
||||||
|
<q-btn
|
||||||
|
unelevated
|
||||||
|
color="red-10"
|
||||||
|
@click="deleteWallet('{{ wallet.id }}', '{{ user.id }}')"
|
||||||
|
>Delete wallet</q-btn
|
||||||
|
>
|
||||||
|
</q-card-section>
|
||||||
|
</q-card>
|
||||||
|
</q-expansion-item>
|
||||||
|
</q-list>
|
||||||
|
</q-card-section>
|
||||||
|
</q-card>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-dialog v-model="receive.show" @hide="closeReceiveDialog">
|
<q-dialog v-model="receive.show" @hide="closeReceiveDialog">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue