mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
feat(web): filter sessions by last activity (#1083)
* feat(web): filter sessions by last activity * test(web): make session date filter tests deterministic
This commit is contained in:
@@ -52,7 +52,14 @@ export default {
|
||||
'sessions.search.placeholder': 'Search sessions…',
|
||||
'sessions.search.clear': 'Clear search',
|
||||
'sessions.search.count': '{n} of {total} sessions',
|
||||
'sessions.search.noResults': 'No sessions match your search.',
|
||||
'sessions.search.noResults': 'No sessions match your filters.',
|
||||
'sessions.timeFilter.label': 'Filter sessions by last activity',
|
||||
'sessions.timeFilter.pickStart': 'Select start date',
|
||||
'sessions.timeFilter.pickEnd': 'Select end date',
|
||||
'sessions.timeFilter.clear': 'Clear',
|
||||
'sessions.timeFilter.close': 'Close date picker',
|
||||
'sessions.timeFilter.previousMonth': 'Previous month',
|
||||
'sessions.timeFilter.nextMonth': 'Next month',
|
||||
'sessions.group.showMore': 'Show {n} more',
|
||||
'sessions.group.showLess': 'Show less',
|
||||
'sessions.group.new': 'New session in this directory',
|
||||
|
||||
Reference in New Issue
Block a user