Feature #544
Improve sunstone selects options and update
Status: | Closed | Start date: | 03/24/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | Estimated time: | 1.00 hour | |
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: |
Description
After a host, vnet, image is added/deleted, the select input fields must be refreshed accordingly. This is partially done, however, there are some deletions which are not implemented yet.
Related issues
Associated revisions
Fixes feature #544: Improve select fields.
I have unified the select creation through a single method in
sunstone-util.js. It builds the select options taking the data from the
datatables, which are always updated, as long as we indicate which columns
have the relevant information for it.
Bug #544: Fix image addition and vnet addition in the wizards with the newly created selects.
History
#1 Updated by Hector Sanjuan over 10 years ago
- % Done changed from 0 to 100
- Resolution set to fixed
#2 Updated by Hector Sanjuan over 10 years ago
- Status changed from New to Closed
Fix is now upstream