fix ui: fix recording display
This commit is contained in:
parent
6c2cf59f40
commit
947fd07d51
6 changed files with 7 additions and 5 deletions
|
|
@ -19,6 +19,7 @@ interface Props {
|
|||
fetchFilterSearch: any;
|
||||
addFilterByKeyAndValue: any;
|
||||
clearSearch: any;
|
||||
isEnterprise: boolean;
|
||||
}
|
||||
function AssistSearchField(props: Props) {
|
||||
const hasEvents =
|
||||
|
|
@ -38,7 +39,7 @@ function AssistSearchField(props: Props) {
|
|||
<div style={{ width: '60%' }}>
|
||||
<SessionSearchField />
|
||||
</div>
|
||||
<Button variant="outline" onClick={showRecords}>Training Videos</Button>
|
||||
{props.isEnterprise ? <Button variant="outline" onClick={showRecords}>Training Videos</Button> : null}
|
||||
<Button variant="outline" onClick={showStats}>Co-Browsing Reports</Button>
|
||||
<Button
|
||||
variant="text-primary"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
## 9.0.0
|
||||
|
||||
- support for message compression inside plugin
|
||||
- support for message compression inside plugin (requires v1.18 frontend)
|
||||
- open peer connection dynamically on call
|
||||
|
||||
## 8.0.4
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "9.0.1-3",
|
||||
"version": "9.0.0",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = '9.0.1-3'
|
||||
export const pkgVersion = '9.0.0'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "12.0.13-2",
|
||||
"version": "13.0.0",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue