fix search bars on groups/hosts page

This commit is contained in:
John Mitchell 2016-05-04 13:37:54 -04:00
parent a968717222
commit 6b5bf5e755
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ export default
iterator: 'group',
editTitle: '{{ inventory.name }}',
listTitle: 'Groups',
searchSize: 'col-lg-12 col-md-12 col-sm-12 col-xs-12',
showTitle: false,
well: true,
index: false,
@ -31,7 +32,7 @@ export default
nosort: true,
label: '',
type: 'badgeCount',
ngHide: 'group.total_groups == 0',
ngHide: 'group.total_groups == 0',
},
source: {
label: 'Source',

View File

@ -12,6 +12,7 @@ export default
iterator: 'host',
editTitle: '{{ selected_group }}',
listTitle: 'Hosts',
searchSize: 'col-lg-12 col-md-12 col-sm-12 col-xs-12',
showTitle: false,
well: true,
index: false,