See additonal user information in sessions.
Learn more
diff --git a/frontend/app/components/Client/CustomFields/ListItem.js b/frontend/app/components/Client/CustomFields/ListItem.js
index 19c49e925..c62903f6d 100644
--- a/frontend/app/components/Client/CustomFields/ListItem.js
+++ b/frontend/app/components/Client/CustomFields/ListItem.js
@@ -7,7 +7,7 @@ const ListItem = ({ field, onEdit, disabled }) => {
return (
+
{!hideHeader &&
Integrations} />}
{integrations.map((cat: any) => (
diff --git a/frontend/app/components/Client/Notifications/Notifications.js b/frontend/app/components/Client/Notifications/Notifications.js
index d01b12456..88855dd45 100644
--- a/frontend/app/components/Client/Notifications/Notifications.js
+++ b/frontend/app/components/Client/Notifications/Notifications.js
@@ -21,7 +21,7 @@ function Notifications(props) {
};
return (
-
+
{
{'Notifications'}
}
Weekly project summary
diff --git a/frontend/app/components/Client/ProfileSettings/ProfileSettings.js b/frontend/app/components/Client/ProfileSettings/ProfileSettings.js
index 7e4ec5fb2..e8b508072 100644
--- a/frontend/app/components/Client/ProfileSettings/ProfileSettings.js
+++ b/frontend/app/components/Client/ProfileSettings/ProfileSettings.js
@@ -19,7 +19,7 @@ export default class ProfileSettings extends React.PureComponent {
render() {
const { account, isEnterprise } = this.props;
return (
-
+ } />
@@ -106,7 +106,7 @@ export default class ProfileSettings extends React.PureComponent {
>
)}
-
+
);
}
}
diff --git a/frontend/app/components/Client/Sites/Sites.js b/frontend/app/components/Client/Sites/Sites.js
index 86bbddd66..7c6d2c1a6 100644
--- a/frontend/app/components/Client/Sites/Sites.js
+++ b/frontend/app/components/Client/Sites/Sites.js
@@ -14,6 +14,7 @@ import ProjectKey from './ProjectKey';
import { useModal } from 'App/components/Modal';
import { getInitials } from 'App/utils';
import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG';
+import cn from 'classnames'
const STATUS_MESSAGE_MAP = {
[RED]: ' There seems to be an issue (please verify your installation)',
@@ -67,7 +68,7 @@ class Sites extends React.PureComponent {
return (
-
+
} actionButton={
} />
@@ -87,7 +88,7 @@ class Sites extends React.PureComponent {
size="small"
show={!loading && filteredSites.size === 0}
>
-
+
Project Name
Key
@@ -95,7 +96,7 @@ class Sites extends React.PureComponent {
{filteredSites.map((_site) => (
diff --git a/frontend/app/components/Client/Users/UsersView.tsx b/frontend/app/components/Client/Users/UsersView.tsx
index 7948837ed..6d8d94527 100644
--- a/frontend/app/components/Client/Users/UsersView.tsx
+++ b/frontend/app/components/Client/Users/UsersView.tsx
@@ -37,7 +37,7 @@ function UsersView(props: Props) {
return (
-
+
diff --git a/frontend/app/components/Client/Users/components/UserList/UserList.tsx b/frontend/app/components/Client/Users/components/UserList/UserList.tsx
index 54acae74a..f18e3586c 100644
--- a/frontend/app/components/Client/Users/components/UserList/UserList.tsx
+++ b/frontend/app/components/Client/Users/components/UserList/UserList.tsx
@@ -54,7 +54,7 @@ function UserList(props: Props) {
show={!loading && length === 0}
>
-
+
Name
Role
{!isOnboarding &&
Created On
}
diff --git a/frontend/app/components/Client/Users/components/UserListItem/UserListItem.tsx b/frontend/app/components/Client/Users/components/UserListItem/UserListItem.tsx
index f8aecf7f6..1611b6cf2 100644
--- a/frontend/app/components/Client/Users/components/UserListItem/UserListItem.tsx
+++ b/frontend/app/components/Client/Users/components/UserListItem/UserListItem.tsx
@@ -24,7 +24,7 @@ interface Props {
function UserListItem(props: Props) {
const { user, editHandler = () => {}, generateInvite = () => {}, copyInviteCode = () => {}, isEnterprise = false, isOnboarding = false } = props;
return (
-
+
{user.name}
{isEnterprise &&
}
diff --git a/frontend/app/components/Client/Webhooks/ListItem.js b/frontend/app/components/Client/Webhooks/ListItem.js
index ab640b8e8..568c0fb88 100644
--- a/frontend/app/components/Client/Webhooks/ListItem.js
+++ b/frontend/app/components/Client/Webhooks/ListItem.js
@@ -5,7 +5,7 @@ import { Button } from 'UI';
const ListItem = ({ webhook, onEdit, onDelete }) => {
return (
-
+
{webhook.name}
{webhook.endpoint}
diff --git a/frontend/app/components/Client/Webhooks/Webhooks.js b/frontend/app/components/Client/Webhooks/Webhooks.js
index 42f73d799..7f57c61de 100644
--- a/frontend/app/components/Client/Webhooks/Webhooks.js
+++ b/frontend/app/components/Client/Webhooks/Webhooks.js
@@ -43,13 +43,13 @@ function Webhooks(props) {
return (
-
+
{'Webhooks'}
{/*
-
+
Leverage webhooks to push OpenReplay data to other systems.