copy changes
more copy clean debugging... prints! lol clean console logs fix get users Only get users that explicitly have been allowed or blocked UI UI-2 prevent getting all accounts (false, false is default) remove client side filtering remove prints
This commit is contained in:
parent
07a07fc079
commit
3c45acc4d5
4 changed files with 9 additions and 7 deletions
|
|
@ -609,7 +609,6 @@
|
|||
row-key="pubkey"
|
||||
:columns="accountsTable.columns"
|
||||
:pagination.sync="accountsTable.pagination"
|
||||
:filter="accountsFilter"
|
||||
>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props">
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ async function relayDetails(path) {
|
|||
description: ''
|
||||
}
|
||||
},
|
||||
accountsFilter: '',
|
||||
showBlockedAccounts: true,
|
||||
showAllowedAccounts: false,
|
||||
accountsTable: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue