mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Anonymous Access: Pagination for devices (#80028)
* first commit * add: pagination to anondevices * fmt * swagger and tests * swagger * testing out test * fixing tests * made it possible to query for from and to time * refactor: change to query for ip adress instead * fix: tests
This commit is contained in:
@@ -329,6 +329,9 @@ export const Pages = {
|
||||
UsersListPage: {
|
||||
container: 'data-testid users-list-page',
|
||||
},
|
||||
UserAnonListPage: {
|
||||
container: 'data-testid user-anon-list-page',
|
||||
},
|
||||
UsersListPublicDashboardsPage: {
|
||||
container: 'data-testid users-list-public-dashboards-page',
|
||||
DashboardsListModal: {
|
||||
|
||||
Reference in New Issue
Block a user