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