You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/06 01:36:06 UTC

[GitHub] [cloudstack] utchoang opened a new pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

utchoang opened a new pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287


   ### Description
   
   Fixes https://github.com/apache/cloudstack/issues/5286
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-893938891


   @utchoang a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] davidjumani commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
davidjumani commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-894101939


   @utchoang The fields are larger but still not large enough. On Firefox.
   Try and get `000.000.000.000` to fit since any range is smaller than that width wise
   
   ![Screenshot from 2021-08-06 14-05-40](https://user-images.githubusercontent.com/8244774/128482353-c377b00d-46a8-443d-b14a-e664c60bb7af.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd merged pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-894112450


   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/5287 (SL-JID-486)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] utchoang commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
utchoang commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-894106231


   @davidjumani My Firefox still renders fine, but I'll make the field a little wider for your case
   ![image](https://user-images.githubusercontent.com/13766648/128483253-7938b96b-fadc-40bf-bc40-e50ea2e0cf68.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] utchoang commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
utchoang commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-893938627


   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-893940345


   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/5287 (SL-JID-483)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] utchoang commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
utchoang commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-894108881


   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-894109372


   @utchoang a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] utchoang commented on pull request #5287: UI - Zone Wizard - Fixes the IP range form fields are too narrow

Posted by GitBox <gi...@apache.org>.
utchoang commented on pull request #5287:
URL: https://github.com/apache/cloudstack/pull/5287#issuecomment-893938374


   After changes
   ![Screenshot_1](https://user-images.githubusercontent.com/13766648/128442652-35be6048-cf70-4f1c-b4e9-d14f42a2cd6c.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org