celery / django-celery-beat

Celery Periodic Tasks backed by the Django ORM
Other
1.69k stars 429 forks source link

Django Admin UI Enhancement #620

Open khanh96le opened 1 year ago

khanh96le commented 1 year ago

Summary:

We can make a few adjustments to the Django Admin UI to give it a more robust appearance.

Exact steps to reproduce the issue:

  1. Go to Django Admin
  2. Access Periodic Tasks > Periodic Tasks

Detailed information

Current UI Screen Shot 2022-12-22 at 15 52 33

My Suggestion

Screen Shot 2022-12-22 at 15 52 02

khanh96le commented 1 year ago

I can open a PR if this suggestion makes sense.