0fbd196380
* events: uncommented test for searching user events * events: added refresh btn and tidied up css * events: increased search form width * events: removed unwanted Divider * events: fixed grey line issue when no events logged, fixed test * events: renamed css classes to make them reusable for admin search * events: added admin events search ui * events: fixed refresh btn on user events tab Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
35 lines
1.1 KiB
TypeScript
35 lines
1.1 KiB
TypeScript
export default {
|
|
events: {
|
|
title: "Events",
|
|
eventExplain:
|
|
"If you want to configure user events, Admin events or Event listeners, please enter <1>Event configs</1> page realm settings to configure.",
|
|
eventConfigs: "Event configs",
|
|
userEvents: "User events",
|
|
adminEvents: "Admin events",
|
|
searchForUserEvent: "Search user event",
|
|
searchForAdminEvent: "Search admin event",
|
|
refresh: "Refresh",
|
|
emptyEvents: "No events logged",
|
|
emptyEventsInstructions: "Configure event logging in the realm settings",
|
|
time: "Time",
|
|
user: "User",
|
|
userId: "User ID",
|
|
username: "User name",
|
|
email: "Email",
|
|
eventType: "Event type",
|
|
ipAddress: "IP address",
|
|
client: "Client",
|
|
dateFrom: "Date(from)",
|
|
dateTo: "Date(to)",
|
|
searchUserEventsBtn: "Search events",
|
|
searchAdminEventsBtn: "Search admin events",
|
|
realm: "Realm",
|
|
resourcePath: "Resource path",
|
|
resourceType: "Resource type",
|
|
operationType: "Operation type",
|
|
auth: "Auth",
|
|
attribute: "Attribute",
|
|
value: "Value",
|
|
representation: "Representation",
|
|
},
|
|
};
|