mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
add isolated settings to ui
This commit is contained in:
@@ -67,6 +67,18 @@ export default ['i18n', function(i18n) {
|
|||||||
rows: 6,
|
rows: 6,
|
||||||
codeMirror: true,
|
codeMirror: true,
|
||||||
class: 'Form-textAreaLabel Form-formGroup--fullWidth'
|
class: 'Form-textAreaLabel Form-formGroup--fullWidth'
|
||||||
|
},
|
||||||
|
AWX_ISOLATED_CHECK_INTERVAL: {
|
||||||
|
type: 'text',
|
||||||
|
reset: 'AWX_ISOLATED_CHECK_INTERVAL'
|
||||||
|
},
|
||||||
|
AWX_ISOLATED_LAUNCH_TIMEOUT: {
|
||||||
|
type: 'text',
|
||||||
|
reset: 'AWX_ISOLATED_LAUNCH_TIMEOUT'
|
||||||
|
},
|
||||||
|
AWX_ISOLATED_CONNECTION_TIMEOUT: {
|
||||||
|
type: 'text',
|
||||||
|
reset: 'AWX_ISOLATED_CONNECTION_TIMEOUT'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
|
|||||||
Reference in New Issue
Block a user