mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 23:03:13 +08:00
chore: update facing issues text (#4942)
This commit is contained in:
parent
191d9b0648
commit
33960b05fd
@ -584,10 +584,10 @@ function FormAlertRules({
|
|||||||
}}
|
}}
|
||||||
className="facing-issue-btn"
|
className="facing-issue-btn"
|
||||||
eventName="Alert: Facing Issues in alert"
|
eventName="Alert: Facing Issues in alert"
|
||||||
buttonText="Facing Issues in alert"
|
buttonText="Need help with this alert?"
|
||||||
message={`Hi Team,
|
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 || ''}
|
Name: ${alertDef?.alert || ''}
|
||||||
Alert Type: ${alertDef?.alertType || ''}
|
Alert Type: ${alertDef?.alertType || ''}
|
||||||
@ -595,6 +595,7 @@ State: ${(alertDef as any)?.state || ''}
|
|||||||
Alert Id: ${ruleId}
|
Alert Id: ${ruleId}
|
||||||
|
|
||||||
Thanks`}
|
Thanks`}
|
||||||
|
// onHover: Click here to get help with this alert
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</PanelContainer>
|
</PanelContainer>
|
||||||
|
@ -492,15 +492,16 @@ function GraphLayout({ onAddPanelHandler }: GraphLayoutProps): JSX.Element {
|
|||||||
screen: 'Dashboard Details',
|
screen: 'Dashboard Details',
|
||||||
}}
|
}}
|
||||||
eventName="Dashboard: Facing Issues in dashboard"
|
eventName="Dashboard: Facing Issues in dashboard"
|
||||||
buttonText="Facing Issues in dashboard"
|
buttonText="Need help with this dashboard?"
|
||||||
message={`Hi Team,
|
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 || ''}
|
Name: ${data?.title || ''}
|
||||||
Dashboard Id: ${selectedDashboard?.uuid || ''}
|
Dashboard Id: ${selectedDashboard?.uuid || ''}
|
||||||
|
|
||||||
Thanks`}
|
Thanks`}
|
||||||
|
// onHover: Click here to get help for this dashboard
|
||||||
/>
|
/>
|
||||||
<ButtonContainer>
|
<ButtonContainer>
|
||||||
<Tooltip title="Open in Full Screen">
|
<Tooltip title="Open in Full Screen">
|
||||||
|
@ -363,13 +363,14 @@ function ListAlert({ allAlertRules, refetch }: ListAlertProps): JSX.Element {
|
|||||||
screen: 'Alert list page',
|
screen: 'Alert list page',
|
||||||
},
|
},
|
||||||
eventName: 'Alert: Facing Issues in alert',
|
eventName: 'Alert: Facing Issues in alert',
|
||||||
buttonText: 'Facing Issues in alert',
|
buttonText: 'Facing issues with alerts?',
|
||||||
message: `Hi Team,
|
message: `Hi Team,
|
||||||
|
|
||||||
I am facing issues with alerts.
|
I need help with managing alerts.
|
||||||
|
|
||||||
Thanks`,
|
Thanks`,
|
||||||
}}
|
}}
|
||||||
|
// onHover: Click here to get help with alerts
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
@ -390,12 +390,13 @@ function DashboardsList(): JSX.Element {
|
|||||||
screen: 'Dashboard list page',
|
screen: 'Dashboard list page',
|
||||||
},
|
},
|
||||||
eventName: 'Dashboard: Facing Issues in dashboard',
|
eventName: 'Dashboard: Facing Issues in dashboard',
|
||||||
buttonText: 'Facing Issues in dashboard',
|
buttonText: 'Facing issues with dashboards?',
|
||||||
message: `Hi Team,
|
message: `Hi Team,
|
||||||
|
|
||||||
I am facing issues with dashboards.
|
I need help with dashboards.
|
||||||
|
|
||||||
Thanks`,
|
Thanks`,
|
||||||
|
// onHover: Click here to get help with dashboards
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
|
@ -413,16 +413,17 @@ function NewWidget({ selectedGraph }: NewWidgetProps): JSX.Element {
|
|||||||
screen: 'Dashboard list page',
|
screen: 'Dashboard list page',
|
||||||
}}
|
}}
|
||||||
eventName="Dashboard: Facing Issues in dashboard"
|
eventName="Dashboard: Facing Issues in dashboard"
|
||||||
buttonText="Facing Issues in dashboard"
|
buttonText="Need help with this chart?"
|
||||||
message={`Hi Team,
|
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 || ''}
|
Name: ${selectedDashboard?.data.title || ''}
|
||||||
Panel type: ${graphType}
|
Panel type: ${graphType}
|
||||||
Dashboard Id: ${selectedDashboard?.uuid || ''}
|
Dashboard Id: ${selectedDashboard?.uuid || ''}
|
||||||
|
|
||||||
Thanks`}
|
Thanks`}
|
||||||
|
// onHover: Click here to get help in creating chart
|
||||||
/>
|
/>
|
||||||
<ButtonContainer>
|
<ButtonContainer>
|
||||||
{isSaveDisabled && (
|
{isSaveDisabled && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user