mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
fix chips on server page (#2654)
Fix chips not having the remove functionality Closes #2471
This commit is contained in:
parent
596167f443
commit
209cf7fbe0
2 changed files with 4 additions and 4 deletions
|
@ -173,7 +173,7 @@
|
|||
@remove="removeBlockedIPs(blocked_ip)"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
v-text="blocked_ip"
|
||||
:label="blocked_ip"
|
||||
></q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
@ -202,7 +202,7 @@
|
|||
@remove="removeAllowedIPs(allowed_ip)"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
v-text="allowed_ip"
|
||||
:label="allowed_ip"
|
||||
></q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
@remove="removeAdminUser(user)"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
:label="user"
|
||||
>
|
||||
<span v-text="user"></span>
|
||||
</q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
@ -49,8 +49,8 @@
|
|||
@remove="removeAllowedUser(user)"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
:label="user"
|
||||
>
|
||||
<span v-text="user" />
|
||||
</q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue