1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

add isolated settings to ui

This commit is contained in:
John Mitchell 2019-01-14 14:24:22 -05:00
parent d2fa5cc182
commit 974306541e
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -67,6 +67,18 @@ export default ['i18n', function(i18n) {
rows: 6,
codeMirror: true,
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: {