change(ui): menu and title change for assist stats to reports
This commit is contained in:
parent
4bb418e2de
commit
112eaea544
2 changed files with 3 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ function AssistStats() {
|
|||
<div className={'mx-auto p-4 bg-white rounded border'} style={{ maxWidth: 1360 }} id={'pdf-anchor'}>
|
||||
<div id={'pdf-ignore'} className={'w-full flex items-center mb-2'}>
|
||||
<Typography.Title style={{ marginBottom: 0 }} level={4}>
|
||||
Cobrowsing Report
|
||||
Reports
|
||||
</Typography.Title>
|
||||
<div className={'ml-auto flex items-center gap-2'}>
|
||||
<UserSearch onUserSelect={onUserSelect} />
|
||||
|
|
@ -294,4 +294,4 @@ function AssistStats() {
|
|||
);
|
||||
}
|
||||
|
||||
export default withPageTitle('Cobrowsing Report - Openreplay')(AssistStats);
|
||||
export default withPageTitle('Reports - OpenReplay')(AssistStats);
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export const categories: Category[] = [
|
|||
items: [
|
||||
{ label: 'Cobrowse', key: MENU.LIVE_SESSIONS, icon: 'broadcast' },
|
||||
{ label: 'Recordings', key: MENU.RECORDINGS, icon: 'record-btn', isEnterprise: true },
|
||||
{ label: 'Cobrowsing Report', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true }
|
||||
{ label: 'Reports', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue