change(ui) - text changes
This commit is contained in:
parent
c7b3abee47
commit
5b77db83fd
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ function DashboardWidgetGrid(props: Props) {
|
|||
There are no cards in this dashboard
|
||||
</div>
|
||||
<div className="text-base font-normal">
|
||||
Try the most commonly used metrics or graphs to begin.
|
||||
Create a card from any of the below types or pick an existing one from your library.
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-4 p-8 gap-2">
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ function WidgetForm(props: Props) {
|
|||
<div className="flex items-center my-6 justify-center">
|
||||
<Icon name="info-circle" size="18" color="gray-medium" />
|
||||
<div className="ml-2">
|
||||
Filtering or modification of OpenReplay provided metrics isn't supported at the moment.
|
||||
Filtering and drill-downs will be supported soon for this card type.
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ export const TYPES: CardType[] = [
|
|||
{
|
||||
title: 'Add from Library',
|
||||
icon: 'grid',
|
||||
description: 'Select a pre existing card from card library',
|
||||
description: 'Select an existing card from your library',
|
||||
slug: LIBRARY,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue