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 There is an error when you try and navigate from the machine list to machine details:
TypeError: Cannot read properties of undefined (reading 'status')
maas-ui version master
To Reproduce Steps to reproduce the behavior:
I suspect this is due to something expecting the machine details version of the machine before it gets loaded (I could be wrong).
The text was updated successfully, but these errors were encountered:
fix(ui): fix loading machine details
ca78b6f
Display a spinner when waiting for the machine details to load. Fixes: canonical#3671.
fix(ui): fix loading machine details (#3690)
85a7054
Display a spinner when waiting for the machine details to load. Fixes: #3671.
huwshimi
Successfully merging a pull request may close this issue.
Describe the bug
There is an error when you try and navigate from the machine list to machine details:
TypeError: Cannot read properties of undefined (reading 'status')
maas-ui version
master
To Reproduce
Steps to reproduce the behavior:
I suspect this is due to something expecting the machine details version of the machine before it gets loaded (I could be wrong).
The text was updated successfully, but these errors were encountered: