* feat: init auditlogs ui * chore: add api * fix: action * chore: add action,username,time * feat: add pagination support * chore: format time * chore: refactor * chore: refactor auditlogs api response * chore: update icon * chore: rubocop fixes * Fixes the way meta is handled in store * Fixes meta not appearing issue --------- Co-authored-by: Sojan Jose <sojan@pepalo.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
25 lines
788 B
JSON
25 lines
788 B
JSON
{
|
|
"AUDIT_LOGS": {
|
|
"HEADER": "Audit Logs",
|
|
"HEADER_BTN_TXT": "Add Audit Logs",
|
|
"LOADING": "Fetching Audit Logs",
|
|
"SEARCH_404": "There are no items matching this query",
|
|
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
|
"LIST": {
|
|
"404": "There are no Audit Logs available in this account.",
|
|
"TITLE": "Manage Audit Logs",
|
|
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
|
"TABLE_HEADER": [
|
|
"User",
|
|
"Action",
|
|
"IP Address",
|
|
"Time"
|
|
]
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
}
|
|
}
|
|
}
|