Skip to content
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

feat(web): liveman sub-dashboard for specific nodes #263

Merged
merged 3 commits into from
Dec 22, 2024

Conversation

rocka
Copy link
Contributor

@rocka rocka commented Dec 22, 2024

Usage: append url querystring ?nodes=<alias1>&nodes=<alias2> to liveman dashboard url.

Example: http://localhost:7777/?nodes=1&nodes=2

Would hide the "Nodes" section and only request "Streams" for selected nodes


Closes #253

Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

@a-wing
Copy link
Member

a-wing commented Dec 22, 2024

I added API URL use this router query

Screenshot 2024-12-23 at 01 27 58

But, there has a problem:
If I enabled auth
each sub-dashboard need add username or password

@a-wing a-wing added this to the 0.8.0 milestone Dec 22, 2024
@a-wing a-wing added enhancement New feature or request mod::webui Web debuger mod::liveman Cloud Manager labels Dec 22, 2024
@a-wing a-wing merged commit aac6fb6 into main Dec 22, 2024
15 checks passed
@a-wing a-wing deleted the feat/web-node-sub-dashboard branch December 22, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod::liveman Cloud Manager mod::webui Web debuger
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LiveMan node sub-dashboard
2 participants