mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
add resource profiling toggle in jobs settings
This commit is contained in:
@@ -85,6 +85,9 @@ export default ['i18n', function(i18n) {
|
|||||||
AWX_ISOLATED_CONNECTION_TIMEOUT: {
|
AWX_ISOLATED_CONNECTION_TIMEOUT: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
reset: 'AWX_ISOLATED_CONNECTION_TIMEOUT'
|
reset: 'AWX_ISOLATED_CONNECTION_TIMEOUT'
|
||||||
|
},
|
||||||
|
AWX_RESOURCE_PROFILING_ENABLED: {
|
||||||
|
type: 'toggleSwitch',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
|
|||||||
Reference in New Issue
Block a user