mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(kube): fix text in activity and authentication logs teasers [EE-6742] (#11683)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
51605c6442
commit
a45ec9a7b4
5 changed files with 53 additions and 46 deletions
|
@ -75,7 +75,7 @@ export function ActivityLogsTable({
|
|||
}) {
|
||||
return (
|
||||
<ExpandableDatatable<ActivityLog>
|
||||
title="Activity Logs"
|
||||
title="Activity logs"
|
||||
titleIcon={History}
|
||||
columns={columns}
|
||||
dataset={dataset || []}
|
||||
|
|
|
@ -38,10 +38,14 @@ export function ActivityLogsView() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="User Activity" breadcrumbs="Activity Logs" reload />
|
||||
<PageHeader
|
||||
title="User activity logs"
|
||||
breadcrumbs="User activity logs"
|
||||
reload
|
||||
/>
|
||||
|
||||
<div className="mx-4">
|
||||
<BEOverlay featureId={FeatureId.ACTIVITY_AUDIT}>
|
||||
<BEOverlay className="m-2" featureId={FeatureId.ACTIVITY_AUDIT}>
|
||||
<FilterBar
|
||||
value={range}
|
||||
onChange={setRange}
|
||||
|
|
|
@ -30,7 +30,7 @@ export function AuthenticationLogsTable({
|
|||
}) {
|
||||
return (
|
||||
<Datatable<AuthLog>
|
||||
title="Authentication Events"
|
||||
title="Authentication events"
|
||||
titleIcon={History}
|
||||
columns={columns}
|
||||
dataset={dataset || []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue