mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
fix search bars on groups/hosts page
This commit is contained in:
parent
a968717222
commit
6b5bf5e755
@ -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',
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user