mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
feat(core): improve dashboard style (#15205)
This commit is contained in:
@@ -63,6 +63,7 @@ type AdminDashboard {
|
||||
blobStorageBytes: SafeInt!
|
||||
blobStorageHistory: [AdminDashboardValueDayPoint!]!
|
||||
copilotConversations: SafeInt!
|
||||
copilotWindow: TimeWindow!
|
||||
generatedAt: DateTime!
|
||||
storageWindow: TimeWindow!
|
||||
syncActiveUsers: Int!
|
||||
@@ -75,6 +76,7 @@ type AdminDashboard {
|
||||
}
|
||||
|
||||
input AdminDashboardInput {
|
||||
copilotWindowDays: Int = 7
|
||||
sharedLinkWindowDays: Int = 28
|
||||
storageHistoryDays: Int = 30
|
||||
syncHistoryHours: Int = 48
|
||||
|
||||
Reference in New Issue
Block a user