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
Coverage has uncovered that we don't cover:
431 4 : } else if (isRollback(info)) { 432 7 : action_name = "rollback"; 433 0 : action = () => Dialogs.show(<ConfirmDeploymentChange actionName={action_name} 434 0 : bodyText={cockpit.format(_("System will rebase to $0, updated $1."), version, releaseTime)} 435 0 : onConfirmAction={() => doRollback(akey, info.osname.v)} 436 0 : />);
This needs research how realistic it is do achieve that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Coverage has uncovered that we don't cover:
This needs research how realistic it is do achieve that.
The text was updated successfully, but these errors were encountered: