mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 10:39:07 +08:00
removes set alert
This commit is contained in:
parent
5e97dfa5fc
commit
9bcdb2ede6
@ -188,7 +188,7 @@ class ErrorRateChart extends React.Component<ErrorRateChartProps> {
|
|||||||
ycoordinate={this.state.ycoordinate}
|
ycoordinate={this.state.ycoordinate}
|
||||||
>
|
>
|
||||||
<PopUpElements onClick={this.gotoTracesHandler}>View Traces</PopUpElements>
|
<PopUpElements onClick={this.gotoTracesHandler}>View Traces</PopUpElements>
|
||||||
<PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements>
|
{/* <PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements> */}
|
||||||
</ChartPopUpUnique>
|
</ChartPopUpUnique>
|
||||||
);
|
);
|
||||||
} else return null;
|
} else return null;
|
||||||
|
@ -193,7 +193,7 @@ class LatencyLineChart extends React.Component<LatencyLineChartProps> {
|
|||||||
>
|
>
|
||||||
View Traces
|
View Traces
|
||||||
</PopUpElements>
|
</PopUpElements>
|
||||||
<PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements>
|
{/* <PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements> */}
|
||||||
</ChartPopUpUnique>
|
</ChartPopUpUnique>
|
||||||
);
|
);
|
||||||
} else return null;
|
} else return null;
|
||||||
|
@ -177,7 +177,7 @@ class RequestRateChart extends React.Component<RequestRateChartProps> {
|
|||||||
ycoordinate={this.state.ycoordinate}
|
ycoordinate={this.state.ycoordinate}
|
||||||
>
|
>
|
||||||
<PopUpElements onClick={this.gotoTracesHandler}>View Traces</PopUpElements>
|
<PopUpElements onClick={this.gotoTracesHandler}>View Traces</PopUpElements>
|
||||||
<PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements>
|
{/* <PopUpElements onClick={this.gotoAlertsHandler}>Set Alerts</PopUpElements> */}
|
||||||
</ChartPopUpUnique>
|
</ChartPopUpUnique>
|
||||||
);
|
);
|
||||||
} else return null;
|
} else return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user