CE-128: Sort operations by created at
At the moment the operations are sorted by createdAt until the AWX job is started, then they will be sorted by the job's start time. This has been changed to be sorted by createdAt only, so it won't confuse the sorting. The two dates: createdAt and startedAt are distinguished in the deployment details page as "CREATED TIME" and "AWX JOB START TIME".