Actions
Bug #8363
closedSort VMware datastore/network dropdown menus
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - VMware
Target version:
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Dropdown menus on the new host form when using a VMware compute resource aren't sorted alphabetically, so it is hard to find and select datastores or networks.
Files
Updated by Bryan Kearney about 10 years ago
- Related to Feature #6214: Alphabetical menu sorting in the web UI added
Updated by Bryan Kearney about 10 years ago
- Related to Bug #7886: Compute Resources in new host form should be ordered added
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1936 added
- Pull request deleted (
)
Updated by Shlomi Zadok about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7a347c663566936dd4a23eb498b6e250fe6735ff.
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 29
Actions
#7
Updated by Josh Baird almost 10 years ago
- File folders2.png folders2.png added
- File folders.png folders.png added
- Status changed from Closed to Feedback
This still doesn't appear to be sorting correctly. It's only sorting on the parent name, not path.
folders.png shows what the code produces today. folder2.png shows what happens when folder.rb is changed to use ""#{path} / #{name}""
This is closer, but everything before "vm" should be truncated.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #9085: VMware folders not showing full path added
Updated by Dominic Cleal almost 10 years ago
- Status changed from Feedback to Closed
I've filed the remaining issue about truncated folder names as #9085, thanks Josh.
Actions