mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Fix trivial UI typo
This commit is contained in:
committed by
Bill Nottingham
parent
442c209899
commit
c407cb78b5
@@ -61,7 +61,7 @@ export default ['i18n', function(i18n){
|
|||||||
label: i18n._('Copy'),
|
label: i18n._('Copy'),
|
||||||
ngClick: 'copyCustomInv(inventory_script)',
|
ngClick: 'copyCustomInv(inventory_script)',
|
||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy inventory scruot'),
|
awToolTip: i18n._('Copy inventory script'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
ngShow: 'inventory_script.summary_fields.user_capabilities.edit'
|
ngShow: 'inventory_script.summary_fields.user_capabilities.edit'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user