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 the list of nodes under "instances" and "configurations" / FISH-759 #4795

Closed
DeCaMil opened this issue Jul 16, 2020 · 3 comments · Fixed by #5074
Closed

Sort the list of nodes under "instances" and "configurations" / FISH-759 #4795

DeCaMil opened this issue Jul 16, 2020 · 3 comments · Fixed by #5074
Assignees
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Enhancement Label issue as an enhancement request

Comments

@DeCaMil
Copy link

DeCaMil commented Jul 16, 2020

Description


In the UI, sort the list of entries under "Instances" and "configurations"

Expected Outcome

The list of instances or configurations should be sorted by name.
When there are a large number of instances, it becomes time consuming scrolling through the list looking for the right name.

Current Outcome

Currently, the list is in order of creation (probably the order in which they appear in the domain.xml)

Environment

  • Payara Version: 5.2020.2
  • Edition: All
  • JDK Version: Oracle 11.0.7
  • Operating System: Windows Server 2016
  • Database: Oracle 11g/19c, SQL Server 2016
@DeCaMil DeCaMil changed the title Sort the list of nodes under "indtances" and "configurations" Sort the list of nodes under "instances" and "configurations" Jul 16, 2020
@bhanuunrivalled
Copy link

Can you provide a screenshot ? where do you want this ?

@DeCaMil
Copy link
Author

DeCaMil commented Aug 29, 2020

Here I created 3 instances in the order CCC, AAA, BBB and that's the order they appear under "Instances" in the UI.
With 3 instances, it's not an issue, but our production system has 24 instances and it can require scanning the entire list to find the correct instance. The same behavior is seen under "Configurations". I think the same is true for "Applications", but I'll need to check my work system to confirm that.


Screen Shot 2020-08-28 at 11 40 08 PM

@khasunuma khasunuma added the Type: Enhancement Label issue as an enhancement request label Sep 10, 2020
@fturizo fturizo added the Status: Open Issue has been triaged by the front-line engineers and is being worked on verification label Nov 12, 2020
@AlanRoth AlanRoth self-assigned this Nov 16, 2020
@AlanRoth
Copy link

AlanRoth commented Nov 16, 2020

Hi @DeCaMil,

Would you be able to make a PR with this tweak yourself? We recognise the usefulness of having an alphabetically sorted list, but we haven't had any reports with this issue - I have created an internal issue FISH-759, however keep in mind this will be a low priority issue and may take a while to be implemented, as our efforts are focused elsewhere currently. Hence it may be faster to make a PR yourself.

Thank you,
Alan

@AlanRoth AlanRoth added Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev and removed Status: Open Issue has been triaged by the front-line engineers and is being worked on verification labels Nov 16, 2020
@AlanRoth AlanRoth changed the title Sort the list of nodes under "instances" and "configurations" Sort the list of nodes under "instances" and "configurations" / FISH-759 Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Enhancement Label issue as an enhancement request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants