mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Missing add+ button on Hosts and Groups list pages fixed.
This commit is contained in:
parent
bb7e1ae74f
commit
d2dad90eb8
@ -28,7 +28,7 @@ angular.module('GroupListDefinition', [])
|
||||
actions: {
|
||||
add: {
|
||||
icon: 'icon-plus',
|
||||
mode: 'select', // One of: edit, select, all
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'addGroup()',
|
||||
class: 'btn btn-mini btn-success',
|
||||
awToolTip: 'Create a new group'
|
||||
|
||||
@ -28,7 +28,7 @@ angular.module('HostListDefinition', [])
|
||||
actions: {
|
||||
add: {
|
||||
icon: 'icon-plus',
|
||||
mode: 'select', // One of: edit, select, all
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'addHost()',
|
||||
class: 'btn btn-mini btn-success',
|
||||
awToolTip: 'Create a new host'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user