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