mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 18:10:39 +09:00
Add instance heartbeat settings sidebar
This commit is contained in:
parent
369dfa4397
commit
32bdcf1dca
12 changed files with 250 additions and 8 deletions
|
|
@ -56,6 +56,9 @@ export const queryKeys = {
|
|||
auth: {
|
||||
session: ["auth", "session"] as const,
|
||||
},
|
||||
instance: {
|
||||
schedulerHeartbeats: ["instance", "scheduler-heartbeats"] as const,
|
||||
},
|
||||
health: ["health"] as const,
|
||||
secrets: {
|
||||
list: (companyId: string) => ["secrets", companyId] as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue