mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
AC-690 copy button back in.
This commit is contained in:
parent
31360d5262
commit
8836bee43a
@ -20,7 +20,7 @@ angular.module('GroupFormDefinition', [])
|
||||
formFieldSize: 'col-lg-9',
|
||||
|
||||
titleActions: {
|
||||
/*copy_action: {
|
||||
copy_action: {
|
||||
'class': 'btn-success btn-xs',
|
||||
ngClick: "addGroup()",
|
||||
ngHide: "groupAddHide",
|
||||
@ -29,7 +29,7 @@ angular.module('GroupFormDefinition', [])
|
||||
ngDisabled: "grpBtnDisable",
|
||||
icon: "icon-check",
|
||||
label: 'Copy'
|
||||
},*/
|
||||
},
|
||||
create_action: {
|
||||
'class': 'btn-success btn-xs',
|
||||
ngClick: "createGroup()",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user