Missing add+ button on Hosts and Groups list pages fixed.

This commit is contained in:
Chris Houseknecht 2013-05-06 17:07:11 -04:00
parent bb7e1ae74f
commit d2dad90eb8
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'