mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 18:33:24 +00:00
feat: add time range events filter (#7005)
* feat(console): add time range events filter * deprecate creation_date, use oneof filter * use range or from * implement api * fix timestamp format * translate * styles * lint * integration tests * fix until date * rearrange sorting control * sort creation date * fix events e2e test * Update console/src/app/modules/filter-events/filter-events.component.html Co-authored-by: Max Peintner <max@caos.ch> * Update console/src/app/modules/filter-events/filter-events.component.html Co-authored-by: Max Peintner <max@caos.ch> * Update console/src/app/modules/filter-events/filter-events.component.html Co-authored-by: Max Peintner <max@caos.ch> * lint * lint * don't use utc call time --------- Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
@@ -872,14 +872,16 @@
|
||||
},
|
||||
"SEQUENCE": {
|
||||
"LABEL": "Sequência",
|
||||
"CHECKBOX": "Filtrar por Sequência",
|
||||
"SORT": "Ordenação",
|
||||
"ASC": "Crescente",
|
||||
"DESC": "Decrescente"
|
||||
"CHECKBOX": "Filtrar por Sequência"
|
||||
},
|
||||
"SORT": "Ordenação",
|
||||
"ASC": "Crescente",
|
||||
"DESC": "Decrescente",
|
||||
"CREATIONDATE": {
|
||||
"LABEL": "Data de Criação",
|
||||
"CHECKBOX": "Filtrar por Data de Criação"
|
||||
"RADIO_FROM": "Desde",
|
||||
"RADIO_RANGE": "Intervalo",
|
||||
"LABEL_SINCE": "Desde",
|
||||
"LABEL_UNTIL": "Até"
|
||||
},
|
||||
"OTHER": "outro",
|
||||
"OTHERS": "outros"
|
||||
|
Reference in New Issue
Block a user