Skip to content

feat(ui): dashboards by groups #1023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

quexpl
Copy link

@quexpl quexpl commented Mar 10, 2025

Summary

Simple implementation of separate dashboards per group #913

This PR introduces new API endpoints:

GET /api/v1/groups which return list of all known groups
GET /api/v1/groups/:group/statuses which returns list all all known endpoints assigned to given group

and new UI pages:

http://localhost:8080/groups
http://localhost:8080/groups/:group_name

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

@github-actions github-actions bot added the feature New feature or request label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant