mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix for Save on the Jobs settings page not responding (#14103)
Co-authored-by: Michael Abashian <mabashia@redhat.com>
This commit is contained in:
parent
897a19e127
commit
fa8968b95b
@ -155,8 +155,10 @@ function JobsEdit() {
|
||||
/>
|
||||
<InputField
|
||||
name="AWX_RUNNER_KEEPALIVE_SECONDS"
|
||||
config={jobs.AWX_RUNNER_KEEPALIVE_SECONDS}
|
||||
type="number"
|
||||
config={jobs.AWX_RUNNER_KEEPALIVE_SECONDS ?? null}
|
||||
type={
|
||||
options?.AWX_RUNNER_KEEPALIVE_SECONDS ? 'number' : undefined
|
||||
}
|
||||
/>
|
||||
<InputField
|
||||
name="DEFAULT_JOB_TIMEOUT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user