mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Portal mode search bars 100%
This commit is contained in:
parent
06c74ced76
commit
d1d620fd7c
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
|
|
||||||
export default
|
export default
|
||||||
angular.module('PortalJobTemplatesListDefinition', [])
|
angular.module('PortalJobTemplatesListDefinition', [])
|
||||||
@ -16,8 +16,7 @@ export default
|
|||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
well: true,
|
well: true,
|
||||||
searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12',
|
emptyListText: 'There are no job templates to display at this time',
|
||||||
emptyListText: 'There are no job templates to display at this time',
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
|
@ -16,7 +16,6 @@ export default
|
|||||||
hover: true,
|
hover: true,
|
||||||
well: true,
|
well: true,
|
||||||
listTitle: 'Jobs',
|
listTitle: 'Jobs',
|
||||||
searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12',
|
|
||||||
emptyListText: 'There are no jobs to display at this time',
|
emptyListText: 'There are no jobs to display at this time',
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
|
Loading…
Reference in New Issue
Block a user