Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
45 deletions
-
lnbits/extensions/tpos/templates/tpos/index.html
|
|
@ -68,52 +68,7 @@ |
|
|
|
</q-card> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-12 col-md-4 col-lg-5 q-gutter-y-md"> |
|
|
|
<q-card> |
|
|
|
<q-card-section> |
|
|
|
<h6 class="text-subtitle1 q-my-none">LNbits tpos extension</h6> |
|
|
|
</q-card-section> |
|
|
|
<q-card-section class="q-pa-none"> |
|
|
|
<q-separator></q-separator> |
|
|
|
<q-list> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<q-expansion-item |
|
|
|
group="extras" |
|
|
|
icon="swap_vertical_circle" |
|
|
|
label="API info" |
|
|
|
:content-inset-level="0.5" |
|
|
|
> |
|
|
|
<q-expansion-item group="api" dense expand-separator label="Create a tpos"> |
|
|
|
<q-card> |
|
|
|
<q-card-section> |
|
|
|
|
|
|
|
</q-card-section> |
|
|
|
</q-card> |
|
|
|
</q-expansion-item> |
|
|
|
<q-expansion-item group="api" dense expand-separator label="List tposs"> |
|
|
|
<q-card> |
|
|
|
<q-card-section> |
|
|
|
|
|
|
|
</q-card-section> |
|
|
|
</q-card> |
|
|
|
</q-expansion-item> |
|
|
|
<q-expansion-item group="api" dense expand-separator label="Delete a tpos"> |
|
|
|
<q-card> |
|
|
|
<q-card-section> |
|
|
|
|
|
|
|
</q-card-section> |
|
|
|
</q-card> |
|
|
|
</q-expansion-item> |
|
|
|
</q-expansion-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</q-list> |
|
|
|
</q-card-section> |
|
|
|
</q-card> |
|
|
|
</div> |
|
|
|
|
|
|
|
<q-dialog v-model="tposDialog.show" position="top"> |
|
|
|
<q-card class="q-pa-lg q-pt-xl" style="width: 500px"> |
|
|
|