diff --git a/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx b/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx index 512c7d5b62..957006022e 100644 --- a/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx +++ b/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx @@ -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}