Problem/Motivation
- Fix the description of fields on hover in the form element by making it a full sentence. (e.g., The name of launch template → Enter the name of launch template)
- The title of fields in the form element should have only the first word capitalized unless the word is usually used that way. (e.g., Max Count → Max count)
| Comment | File | Size | Author |
|---|
Issue fork cloud-3238827
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3238827-fix-the-ui
changes, plain diff MR !424
Comments
Comment #2
yasComment #4
TamakiFujino commentedComment #5
TamakiFujino commentedComment #6
TamakiFujino commentedComment #7
TamakiFujino commentedComment #8
TamakiFujino commentedComment #9
TamakiFujino commentedComment #10
yas@tamakifujino
Thank you for the refactoring. I posted my comments above. Could you please check it?
@baldwinlouie, @xiaohua-guan, @kumikoono, @sekinet, @lidia, @yutong.li
What do you think?
Comment #11
xiaohua guan commented@yas
The code looks good to me.
Comment #12
baldwinlouie commented@tamkifujino. Thank you for the patch. I posted my comments.
Comment #13
sekinet commented@tamkifujino @yas
I checked the launch template and it looks like there are a few capital letters left in it.
Can you please check the following image?
Comment #14
TamakiFujino commented@sekinet @yas
Similar to the comment to Yutong's but I think I have changed "Source Type" to "Source type" and "Git Resource Path" to "Git resource path."
I think changes are not reflected on the website yet.
Also, for "Availability Zone" in docs.aws.amazon.com they use "Availability Zone" instead of "availability zone." So, I left it as it is. Should I de-capitalize it too?
Comment #15
yas@tamakifujino (cc: @sekinet)
We can keep Availability Zone since AWS uses so.
Comment #16
TamakiFujino commentedComment #18
kumikoono commented@TamakiFujino, @baldwinlouie, @yas Can you review the changes in .install files?
Comment #19
baldwinlouie commented@kumikoono Thank you for the changes to the install file. It looks good. I left one additional comment. Basically, we need a hook_update_N() for Openstack module as well.
Comment #20
yas@tamakifujino
Thank you for the update. It looks good now. I'll merge the patch to
4.xand close this issue as Fixed.Comment #21
yasComment #22
yas@tamakifujino
I tried to apply the patch however got the following error:
So could you please double-check the patch?
Thanks!
Comment #23
yas@tamakifujino
Thank you for the update. It looks good. I'll merge the patch to
4.xand close this issue as Fixed.Comment #24
yas@tamakifujino
Sorry for revisiting again. I found the following coding standard violations. Could you please fix that? Thanks!
Comment #25
TamakiFujino commentedComment #26
yas@tamakifujino
Thank you for the update. It looks good now. I'll merge the patch to
4.xand close this issue as Fixed.Comment #29
yas