File tree 2 files changed +3
-3
lines changed
client/packages/lowcoder/src
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2373,7 +2373,7 @@ export const en = {
2373
2373
2374
2374
"enterprise" : {
2375
2375
"AuditLogTitle" : "Audit Log Dasboard" ,
2376
- "AuditLogOverview" : "Overview " ,
2376
+ "AuditLogOverview" : "Log Filter " ,
2377
2377
"USER_LOGIN" : "User Login " ,
2378
2378
"USER_LOGOUT" : "User Logout " ,
2379
2379
"APPLICATION_VIEW" : "View Application " ,
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ useEffect(() => {
308
308
< StyleThemeSettingsCover >
309
309
< h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "enterprise.AuditLogOverview" ) } </ h2 >
310
310
</ StyleThemeSettingsCover >
311
- < Card title = "Filter Audit Logs" size = "small" style = { { marginBottom : "20px" } } >
311
+ < Card size = "small" style = { { marginBottom : "20px" } } >
312
312
< Form
313
313
form = { form }
314
314
layout = "inline"
@@ -360,7 +360,7 @@ useEffect(() => {
360
360
</ Flex >
361
361
</ Form >
362
362
</ Card >
363
- < Card title = "Audit Logs" >
363
+ < Card >
364
364
{ loading ? (
365
365
< Skeleton active paragraph = { { rows : 5 } } />
366
366
) : currentPageLogs . length > 0 ? (
You can’t perform that action at this time.
0 commit comments