mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
Merge pull request #2009 from cdvv7788/Issue/1506
Make LAST UPDATED field in projects table sortable #1506
This commit is contained in:
@@ -56,8 +56,7 @@ export default ['i18n', function(i18n) {
|
|||||||
label: i18n._('Last Updated'),
|
label: i18n._('Last Updated'),
|
||||||
filter: "longDate",
|
filter: "longDate",
|
||||||
columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs",
|
columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs",
|
||||||
excludeModal: true,
|
excludeModal: true
|
||||||
nosort: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user