add resource profiling toggle in jobs settings

This commit is contained in:
Keith Grant 2019-09-19 14:59:37 -07:00 committed by Jim Ladd
parent 2c1c2f452d
commit b981f3eed6

View File

@ -85,6 +85,9 @@ export default ['i18n', function(i18n) {
AWX_ISOLATED_CONNECTION_TIMEOUT: {
type: 'text',
reset: 'AWX_ISOLATED_CONNECTION_TIMEOUT'
},
AWX_RESOURCE_PROFILING_ENABLED: {
type: 'toggleSwitch',
}
},
buttons: {