We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When loading the machine listing page, 6 calls are made to machine.count, four are without parameters, two are with {"filter": {}}
machine.count
{"filter": {}}
All 6 get the same response with `{"count": 15}' or however many machines are available
maas-ui version 3.3.0~beta1
MAAS version 3.3.0~beta1
To Reproduce Steps to reproduce the behaviour:
Expected behaviour See one machine.count call
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Related: #4274
Sorry, something went wrong.
petermakowski
Successfully merging a pull request may close this issue.
Describe the bug
When loading the machine listing page, 6 calls are made to
machine.count
, four are without parameters, two are with{"filter": {}}
All 6 get the same response with `{"count": 15}' or however many machines are available
maas-ui version
3.3.0~beta1
MAAS version
3.3.0~beta1
To Reproduce
Steps to reproduce the behaviour:
machine.count
Expected behaviour
See one
machine.count
callScreenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: