I am using the following versions:
flower==0.9.3
celery==4.3.0
Which gives me the following display for a tasks page with several columns:
Each time I enter this page I end up rearranging the page to have columns in a different order and I change the ordering for the rows to be descending.
What I want to know is if there is some way to configure it to have the columns and rows in that order by default. i.e. Name -> State -> args -> Result -> UUID descending instead of Name -> UUID -> State -> args -> Result ascending
I haven't been able to find any mention of this in the docs, is there a configuration I can use to achieve this?