feat: add admin file health filters
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user