mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
fix search bars on groups/hosts page
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user