mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02:30
AC-331 Latest host tab changes. Editing the groups of a host is now possible
This commit is contained in:
@@ -35,7 +35,7 @@ angular.module('GroupListDefinition', [])
|
||||
dataContainer: '#form-modal .modal-content',
|
||||
icon: "icon-question-sign",
|
||||
mode: 'all',
|
||||
'class': 'btn-mini btn-info btn-help',
|
||||
'class': 'btn-xs btn-info btn-help pull-right',
|
||||
awToolTip: 'Click for help',
|
||||
dataTitle: 'Adding Groups',
|
||||
id: 'group-help-button',
|
||||
@@ -48,7 +48,7 @@ angular.module('GroupListDefinition', [])
|
||||
label: 'Edit',
|
||||
ngClick: "editGroup(\{\{ group.id \}\})",
|
||||
icon: 'icon-edit',
|
||||
"class": 'btn-mini btn-default',
|
||||
"class": 'btn-xs btn-default',
|
||||
awToolTip: 'View/Edit group'
|
||||
},
|
||||
|
||||
@@ -56,7 +56,7 @@ angular.module('GroupListDefinition', [])
|
||||
label: 'Delete',
|
||||
ngClick: "deleteGroup(\{\{ group.id \}\},'\{\{ group.name \}\}')",
|
||||
icon: 'icon-trash',
|
||||
"class": 'btn-mini btn-danger',
|
||||
"class": 'btn-xs btn-danger',
|
||||
awToolTip: 'Delete group'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user