File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ const EventContainer: React.FC<EventContainerProps> = React.memo(props => {
8989 { service . includes ( 'kafkametrics' ) || service . includes ( 'kubernetesmetrics' ) ? currChunk : [ ] }
9090 { eventChartsArr . length > chunkSize && (
9191 < >
92- < Button id = "getCharts " onClick = { prevChunk } variant = "contained" color = "primary" disabled = { currIndex <= chunkSize } >
92+ < Button id = "prevCharts " onClick = { prevChunk } variant = "contained" color = "primary" disabled = { currIndex <= chunkSize } >
9393 Prev
9494 </ Button >
95- < Button id = "getCharts " onClick = { nextChunk } variant = "contained" color = "primary" disabled = { currIndex >= eventChartsArr . length } >
95+ < Button id = "nextCharts " onClick = { nextChunk } variant = "contained" color = "primary" disabled = { currIndex >= eventChartsArr . length } >
9696 Next
9797 </ Button >
9898 </ >
You can’t perform that action at this time.
0 commit comments