mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #8492 from nixocio/ui_issue_7706
Remove Type from ScheduleList Sort Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
1a4f2f43b7
@ -18,7 +18,7 @@ import ScheduleListItem from './ScheduleListItem';
|
||||
const QS_CONFIG = getQSConfig('schedule', {
|
||||
page: 1,
|
||||
page_size: 20,
|
||||
order_by: 'unified_job_template__polymorphic_ctype__model',
|
||||
order_by: 'name',
|
||||
});
|
||||
|
||||
function ScheduleList({
|
||||
@ -162,10 +162,6 @@ function ScheduleList({
|
||||
name: i18n._(t`Next Run`),
|
||||
key: 'next_run',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'unified_job_template__polymorphic_ctype__model',
|
||||
},
|
||||
]}
|
||||
toolbarSearchableKeys={searchableKeys}
|
||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user