feat: add label to repo
This commit is contained in:
parent
5bcb8cb349
commit
66d3e2fb2d
1 changed files with 3 additions and 1 deletions
|
|
@ -142,10 +142,12 @@
|
||||||
<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>
|
||||||
<q-badge color="primary" rounded
|
<q-badge color="primary" rounded
|
||||||
><small v-text="repo"></small
|
><small v-text="repo"></small
|
||||||
></q-badge>
|
></q-badge>
|
||||||
</h6>
|
|
||||||
</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue