added pagination to MeterRealtime in Web UI
parent
f53e464f6e
commit
2fdfb45bbc
|
@ -237,7 +237,7 @@ const MeterRealtime = ({ setRedirect, setRedirectUrl, t }) => {
|
|||
<PaginationItem>
|
||||
<PaginationLink href="#">{cursor}</PaginationLink>
|
||||
</PaginationItem>
|
||||
)
|
||||
|
||||
<PaginationItem>
|
||||
<PaginationLink next href="#" onClick={() => (cursor + 1 <= maxCursor ? setCursor(cursor + 1) : null)} />
|
||||
</PaginationItem>
|
||||
|
|
Loading…
Reference in New Issue