Merge pull request #163 from mabashian/search-states-dynamic-true

Added dynamic: true to states with search that were missing it
This commit is contained in:
Michael Abashian 2017-08-03 09:39:40 -04:00 committed by GitHub
commit 3de72d9fac
10 changed files with 22 additions and 10 deletions

View File

@ -20,7 +20,8 @@ export default {
order_by: '-timestamp',
or__object1__in: null,
or__object2__in: null
}
},
dynamic: true
}
},
ncyBreadcrumb: {

View File

@ -14,7 +14,8 @@ export default {
value: {
page_size: '20',
order_by: 'name'
}
},
dynamic: true
}
},
data: {

View File

@ -14,7 +14,8 @@ export default {
page_size: '20',
order_by: '-finished',
not__launch_type: 'sync'
}
},
dynamic: true
}
},
views: {

View File

@ -14,7 +14,8 @@ export default {
value: {
page_size: '20',
order_by: 'hostname'
}
},
dynamic: true
}
},
views: {

View File

@ -14,7 +14,8 @@ export default {
page_size: '20',
order_by: '-finished',
not__launch_type: 'sync'
}
},
dynamic: true
},
instance_group_id: null
},

View File

@ -10,6 +10,7 @@ export default {
or__inventoryupdate__inventory_source__inventory:"",
order_by: "-id"
},
dynamic: true,
squash:""
}
},

View File

@ -20,6 +20,7 @@ export default {
not__launch_type: 'sync',
order_by: '-finished'
},
dynamic: true,
squash: ''
}
},

View File

@ -33,7 +33,8 @@ export default [{
user_search: {
value: {
order_by: 'username'
}
},
dynamic: true
}
},
ncyBreadcrumb: {
@ -237,7 +238,8 @@ export default [{
or__project__organization: null,
or__inventory__organization: null,
page_size: 20
}
},
dynamic: true
}
},
data: {
@ -294,7 +296,8 @@ export default [{
user_search: {
value: {
order_by: 'username'
}
},
dynamic: true
},
add_user_search: {
value: {

View File

@ -319,7 +319,8 @@ export default
value: {
next_run__isnull: 'false',
order_by: 'unified_job_template__polymorphic_ctype__model'
}
},
dynamic: true
}
},
data: {

View File

@ -25,7 +25,8 @@ export default {
template_search: {
value: {
type: 'workflow_job_template,job_template'
}
},
dynamic: true
}
},
searchPrefix: 'template',