Skip to content
Snippets Groups Projects

Modify the failure form to make it more user-friendly

Merged Simone Spinelli requested to merge fix_the_failure_form into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -215,8 +215,8 @@ def _confirm_pp_results(state: State) -> FormGenerator:
if not successful_run:
pp_retry_label1: Label = (
"Provisioning Proxy - playbook execution failed: inspect the output before proceeding" # type: ignore
)
"Provisioning Proxy - playbook execution failed: inspect the output before proceeding" # type: ignore
)
run_status: str = ReadOnlyField(state["pp_run_results"]["status"])
run_results: LongText = ReadOnlyField(f"{state['pp_run_results']['output']}")
if not successful_run:
Loading