Closed (fixed)
Project:
Cloud
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 Dec 2018 at 13:16 UTC
Updated:
11 Jan 2019 at 15:44 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3022182-9.patch | 20.38 KB | xiaohua guan |
Comments
Comment #2
xiaohua guan commentedComment #3
xiaohua guan commentedComment #4
yas@xiaohua-guan
Thank you for providing the great patch! I think this patch will be able to make the usability even better.
BEFORE:
vpc_name (vpc-abcd1111)
vpc-abcd2222
TO:
vpc_name (vpc-abcd1111)
vpc-abcd2222 (vpc-abcd2222)
Please make the
fieldsetfor AMI, Instance Type, Network, Instance Count, Options and Others.Thanks,
Yas
Comment #5
xiaohua guan commentedComment #6
xiaohua guan commentedComment #7
xiaohua guan commented@yas
> vpc-abcd2222 (vpc-abcd2222)
I modified as you said. I think it's the same thing for field_subnet, I modified it too.
> Also, could you please re-order the fields (w/ mandatory or optional)?
I added fieldsets to the form via hook function. Please confirm it.
Comment #8
yas@xiaohua-guan
Thank you for the updated patch! I tested it, and I found it would be better to apply fieldset to Name and description fields. So I would like to suggest the following again. How do you think? (Note that
Networkfield should beNetwork Interface)*...Mandatory field below (Show asterisk (*) explicitly)
'#open' => FALSE,Comment #9
xiaohua guan commentedComment #10
xiaohua guan commentedComment #11
yas@xiaohua-guan
Thank you for the updated patch that I requested. I tested it; and it looks so nice to me as expected, therefore I'll merge it.
Comment #13
yasI merged the patch. Let us mark this issue as
Fixed.