Add modified date to socket data

  1. Add modified date to the code below.
  2. Update the example to when the Job is modified change the table line and not add another one.
  3. Sort by modified date.

django_remote_submission/signals.py

        'text': json.dumps({
            'job_id': instance.id,
            'title': instance.title,
            'status': instance.status,
        }),