Skip to content

Commit

Permalink
chore: update facing issues text (#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeavish authored Apr 30, 2024
1 parent 191d9b0 commit 33960b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions frontend/src/container/FormAlertRules/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,17 +584,18 @@ function FormAlertRules({
}}
className="facing-issue-btn"
eventName="Alert: Facing Issues in alert"
buttonText="Facing Issues in alert"
buttonText="Need help with this alert?"
message={`Hi Team,
I am facing issues configuring alerts in SigNoz. Here are my alert rule details
I need help in configuring this alert. Here are my alert rule details
Name: ${alertDef?.alert || ''}
Alert Type: ${alertDef?.alertType || ''}
State: ${(alertDef as any)?.state || ''}
Alert Id: ${ruleId}
Thanks`}
// onHover: Click here to get help with this alert
/>
</Col>
</PanelContainer>
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/container/GridCardLayout/GridCardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,16 @@ function GraphLayout({ onAddPanelHandler }: GraphLayoutProps): JSX.Element {
screen: 'Dashboard Details',
}}
eventName="Dashboard: Facing Issues in dashboard"
buttonText="Facing Issues in dashboard"
buttonText="Need help with this dashboard?"
message={`Hi Team,
I am facing issues configuring dashboard in SigNoz. Here are my dashboard details
I need help with this dashboard. Here are my dashboard details
Name: ${data?.title || ''}
Dashboard Id: ${selectedDashboard?.uuid || ''}
Thanks`}
// onHover: Click here to get help for this dashboard
/>
<ButtonContainer>
<Tooltip title="Open in Full Screen">
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/container/ListAlertRules/ListAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,14 @@ function ListAlert({ allAlertRules, refetch }: ListAlertProps): JSX.Element {
screen: 'Alert list page',
},
eventName: 'Alert: Facing Issues in alert',
buttonText: 'Facing Issues in alert',
buttonText: 'Facing issues with alerts?',
message: `Hi Team,
I am facing issues with alerts.
I need help with managing alerts.
Thanks`,
}}
// onHover: Click here to get help with alerts
/>
</>
);
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/container/ListOfDashboard/DashboardsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,13 @@ function DashboardsList(): JSX.Element {
screen: 'Dashboard list page',
},
eventName: 'Dashboard: Facing Issues in dashboard',
buttonText: 'Facing Issues in dashboard',
buttonText: 'Facing issues with dashboards?',
message: `Hi Team,
I am facing issues with dashboards.
I need help with dashboards.
Thanks`,
// onHover: Click here to get help with dashboards
}}
/>
</TableContainer>
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/container/NewWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,17 @@ function NewWidget({ selectedGraph }: NewWidgetProps): JSX.Element {
screen: 'Dashboard list page',
}}
eventName="Dashboard: Facing Issues in dashboard"
buttonText="Facing Issues in dashboard"
buttonText="Need help with this chart?"
message={`Hi Team,
I am facing issues configuring dashboard in SigNoz. Here are my dashboard details
I need help in creating this chart. Here are my dashboard details
Name: ${selectedDashboard?.data.title || ''}
Panel type: ${graphType}
Dashboard Id: ${selectedDashboard?.uuid || ''}
Thanks`}
// onHover: Click here to get help in creating chart
/>
<ButtonContainer>
{isSaveDisabled && (
Expand Down

0 comments on commit 33960b0

Please sign in to comment.