Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort by hostname instead of task ID #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kamaradclimber
Copy link

When a user click on "ID" column header in task list view, the real intent
is likely to sort by hostname instead of sorting by task id.
Marathon task ids are ~random so sorting on them does not really make sense.
Sorting on hostname can be useful.

A better commit would sort on host+port but this one is likely good
enough.

When user click on "ID" column header in task list view, the real intent
is likely to sort by hostname instead of sorting by task id.
Marathon task id are ~random so sorting on them does not make sense.
Sorting on hostname actually makes more sense for people.

A better commit would sort on host+port but this one is likely good
enough.

Change-Id: Ia83cab32d4ac2353da07bc26ce8094c54d17c75e
@kamaradclimber
Copy link
Author

@Poltergeist would you have time to give me feedback on this patch please?

@kamaradclimber
Copy link
Author

@Poltergeist would you be the right contact for this change?

@Poltergeist
Copy link
Contributor

I am unfortunately not maintaining this repository anymore maybe @juliangieseke @DanielMSchmidt or @pierrebeitz are able to help here.

@DanielMSchmidt DanielMSchmidt requested review from pierrebeitz and removed request for Poltergeist June 24, 2020 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants