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

View File

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