feat: add admin file health filters

This commit is contained in:
Lan
2026-06-03 05:55:18 +08:00
parent 3ab44b3cce
commit a573f1f5cc
5 changed files with 205 additions and 28 deletions
+11
View File
@@ -395,12 +395,23 @@ export default {
storageUsed: 'Storage Used',
statusLabel: 'Status',
typeLabel: 'Type',
healthLabel: 'Health',
all: 'All',
active: 'Available',
expired: 'Expired',
fileType: 'File',
textType: 'Text',
chunkedType: 'Chunked',
healthFilters: {
all: 'All',
attention: 'Needs Attention',
danger: 'Issues',
warning: 'Warnings',
expiringSoon: 'Expiring Soon',
storageIssue: 'Storage Issues',
neverRetrieved: 'Never Retrieved',
healthy: 'Healthy'
},
sortBy: 'Sort',
unlimited: 'Unlimited',
remaining: '{count} left',