mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
chore: refactor
This commit is contained in:
@@ -141,13 +141,10 @@
|
|||||||
<div class="col-12 col-md-5 q-gutter-y-md" v-if="selectedExtensionRepos">
|
<div class="col-12 col-md-5 q-gutter-y-md" v-if="selectedExtensionRepos">
|
||||||
<q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo">
|
<q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<h6 class="text-subtitle1 q-my-none">
|
<h6 class="text-subtitle1 q-my-none">Repository</h6>
|
||||||
Repository
|
<q-badge color="primary" rounded
|
||||||
</h6>
|
><small v-text="repo"></small
|
||||||
<q-badge color="primary" rounded
|
></q-badge>
|
||||||
><small v-text="repo"></small
|
|
||||||
></q-badge>
|
|
||||||
|
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section class="q-pa-none">
|
<q-card-section class="q-pa-none">
|
||||||
<q-separator></q-separator>
|
<q-separator></q-separator>
|
||||||
|
Reference in New Issue
Block a user