Skip to content
Snippets Groups Projects
Commit 16812986 authored by cjenkscybercom's avatar cjenkscybercom
Browse files

CE-2224: make ansible job output accordion closed by default

parent 8123adfd
No related branches found
No related tags found
2 merge requests!407CE-2141: 3.0.0,!405Qa release tasks
......@@ -139,10 +139,7 @@ export function JobDetails({ operation, job }) {
renderNoAccess={() => <></>}
>
{job ? (
<SimpleAccordion
summary="Ansible Job Output"
defaultExpanded
>
<SimpleAccordion summary="Ansible Job Output">
<DeploymentJobOutput deploymentJob={job} />
</SimpleAccordion>
) : (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment