You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2016/04/21 09:22:50 UTC

[1/5] git commit: updated refs/heads/4.8 to 59ac07e

Repository: cloudstack
Updated Branches:
  refs/heads/4.8 e17c64dbc -> 59ac07e5a


CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules

Now it breaks into two lines once the word goes out of the box.
Fixed the advanced search field issue.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7c7bee8b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7c7bee8b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7c7bee8b

Branch: refs/heads/4.8
Commit: 7c7bee8bbaab58aab6d0f9eaf3b8c60cf45866a1
Parents: e5ef933
Author: Nitin Kumar Maharana <ni...@gmail.com>
Authored: Wed Feb 3 01:09:36 2016 +0530
Committer: Nitin Kumar Maharana <ni...@gmail.com>
Committed: Wed Feb 3 01:09:36 2016 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7c7bee8b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 753598d..a211a6e 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -530,6 +530,7 @@ div.list-view table tbody td span {
   display: block;
   float: left;
   max-width: 89%;
+  word-break: break-all;
   word-wrap: break-word;
   text-indent: 0;
   margin-left: 12px;
@@ -8293,6 +8294,16 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
   font-weight: bold;
 }
 
+.multi-edit-add-list div.form-container {
+  width: auto !important;
+  height: auto;
+  text-align: center;
+}
+
+.multi-edit-add-list div.form-container div.name label {
+  display: inline;
+}
+
 .multi-edit .data .data-body {
   margin: auto auto auto 11px;
   overflow: hidden;


[5/5] git commit: updated refs/heads/4.8 to 59ac07e

Posted by ko...@apache.org.
Merge release branch 4.7 to 4.8

* 4.7:
  CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"
  CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/59ac07e5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/59ac07e5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/59ac07e5

Branch: refs/heads/4.8
Commit: 59ac07e5afb585b7f762513f582f11b4268985ad
Parents: e17c64d 2ada75c
Author: Koushik Das <ko...@apache.org>
Authored: Thu Apr 21 12:51:03 2016 +0530
Committer: Koushik Das <ko...@apache.org>
Committed: Thu Apr 21 12:51:03 2016 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 11 +++++++++++
 ui/scripts/regions.js  |  3 +++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------



[3/5] git commit: updated refs/heads/4.8 to 59ac07e

Posted by ko...@apache.org.
Merge pull request #1399 from nitin-maharana/CloudStack-Nitin21_4.7

CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"Steps to Repro:
============
Go to Regions -> Local -> View GSLB -> Add GSLB
Click on the service type dropdown
Observe http is missing. Please see the attached snapshot.

Expected Behaviour:
================
As it supports http also, So http should be in the list.

Actual Behaviour:
==============
http is missing from the list.

Fix:
===
It supports http also. Added http to the list.

Snapshot:
========
<img width="531" alt="gslb-http-missing-nitin" src="https://cloud.githubusercontent.com/assets/12583725/12772818/21513dc0-ca5b-11e5-822e-e2dd2426da65.png">

* pr/1399:
  CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"

Signed-off-by: Koushik Das <ko...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4071ff48
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4071ff48
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4071ff48

Branch: refs/heads/4.8
Commit: 4071ff4855a4c5aeb18a6c24bf58ff1e39d09a64
Parents: e3e5be8 990e42f
Author: Koushik Das <ko...@apache.org>
Authored: Thu Apr 21 12:24:34 2016 +0530
Committer: Koushik Das <ko...@apache.org>
Committed: Thu Apr 21 12:24:34 2016 +0530

----------------------------------------------------------------------
 ui/scripts/regions.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------



[4/5] git commit: updated refs/heads/4.8 to 59ac07e

Posted by ko...@apache.org.
Merge pull request #1398 from nitin-maharana/CloudStack-Nitin23_4.7

CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rulesSteps to Repro:
============
Please see the snapshots attached.

Fix:
===
Now it breaks into two lines once the word goes out of the box.
Fixed the advanced search field issue.

Network Section:
=============
![network-section-nitin](https://cloud.githubusercontent.com/assets/12583725/12762032/66f27d32-ca13-11e5-8d0a-9c8f99a12a99.png)

Adding VM to LB Rule:
==================
![adding-vm-to-lb-rule-nitin](https://cloud.githubusercontent.com/assets/12583725/12762050/76083cd0-ca13-11e5-873d-0037bc13a444.png)

Affinity Group Section:
==================
![affinity-group-section-nitin](https://cloud.githubusercontent.com/assets/12583725/12762066/881c2a1c-ca13-11e5-8905-f72676151130.png)

Fixed Affinity Group Section:
======================
![fix-affinity-group-section-nitin](https://cloud.githubusercontent.com/assets/12583725/12762083/990a673a-ca13-11e5-9d63-f895f9a1875c.png)

* pr/1398:
  CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules

Signed-off-by: Koushik Das <ko...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2ada75cc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2ada75cc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2ada75cc

Branch: refs/heads/4.8
Commit: 2ada75cc8246123123406c296681c12b2a858f2b
Parents: 4071ff4 7c7bee8
Author: Koushik Das <ko...@apache.org>
Authored: Thu Apr 21 12:26:38 2016 +0530
Committer: Koushik Das <ko...@apache.org>
Committed: Thu Apr 21 12:26:38 2016 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------



[2/5] git commit: updated refs/heads/4.8 to 59ac07e

Posted by ko...@apache.org.
CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"

It supports http also. Added http to the list.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/990e42f6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/990e42f6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/990e42f6

Branch: refs/heads/4.8
Commit: 990e42f61b5408d1da2937bff5e67220633f3c16
Parents: e5ef933
Author: Nitin Kumar Maharana <ni...@gmail.com>
Authored: Wed Feb 3 09:52:13 2016 +0530
Committer: Nitin Kumar Maharana <ni...@gmail.com>
Committed: Wed Feb 3 09:52:13 2016 +0530

----------------------------------------------------------------------
 ui/scripts/regions.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/990e42f6/ui/scripts/regions.js
----------------------------------------------------------------------
diff --git a/ui/scripts/regions.js b/ui/scripts/regions.js
index 4453054..16b891f 100644
--- a/ui/scripts/regions.js
+++ b/ui/scripts/regions.js
@@ -334,6 +334,9 @@
                                             }, {
                                                 id: 'udp',
                                                 description: 'udp'
+                                            }, {
+                                                id: 'http',
+                                                description: 'http'
                                             }];
                                             args.response.success({
                                                 data: array1