mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:36:50 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
403dc47c16
commit
e434d34d39
1 changed files with 3 additions and 4 deletions
|
|
@ -74,10 +74,9 @@ function AdminPage() {
|
||||||
const { data, error } = await supabase
|
const { data, error } = await supabase
|
||||||
.from("agent_instances")
|
.from("agent_instances")
|
||||||
.select(
|
.select(
|
||||||
`id, user_id, status, uuid_tenant, telegram_bot_username, telegram_bot_token_vault_id,
|
`*,
|
||||||
railway_service_id, vps_pool_id, created_at, provisioned_at,
|
profile:profiles!agent_instances_user_id_fkey(full_name, phone),
|
||||||
profile:profiles!agent_instances_user_id_fkey(full_name),
|
subscription:subscriptions!subscriptions_user_id_fkey(status, plans(slug, name))`,
|
||||||
subscription:subscriptions!subscriptions_user_id_fkey(plans(slug, name))`,
|
|
||||||
)
|
)
|
||||||
.order("created_at", { ascending: false })
|
.order("created_at", { ascending: false })
|
||||||
.limit(100);
|
.limit(100);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue