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
Right now, there's no possibility to modify or delete UpgradeOperation objects in the admin interface:
https://github.com/openwisp/openwisp-firmware-upgrader/blob/master/openwisp_firmware_upgrader/admin.py#L168
I had an in-progress upgrade operation but it didn't continue because of an exception. It didn't fail either. So it was stuck.
So we should provide the possibility to:
failed
The text was updated successfully, but these errors were encountered:
Same needed here. It is very annoying to test and not be able to erase test traces.
Sorry, something went wrong.
No branches or pull requests
Right now, there's no possibility to modify or delete UpgradeOperation objects in the admin interface:
https://github.com/openwisp/openwisp-firmware-upgrader/blob/master/openwisp_firmware_upgrader/admin.py#L168
I had an in-progress upgrade operation but it didn't continue because of an exception. It didn't fail either. So it was stuck.
So we should provide the possibility to:
failed
The text was updated successfully, but these errors were encountered: