Skip to content

Commit

Permalink
Closes-Bug: #1497842 - Fixed the dropdowns going out of visible area …
Browse files Browse the repository at this point in the history
…in VRouter

and ControlNode Routes pages. Added dropdownAutoWidth : false to limit the width
to that of the dropdown itself which will cause it to wrap in that width.

Change-Id: Iec9e58af1f1ce3d821c0f7bfc57c330057e6bdb7
  • Loading branch information
manojgn committed Feb 24, 2016
1 parent 51d0344 commit c49490a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -130,6 +130,7 @@ define([
class: "span6",
elementConfig: {
defaultValueId: 0,
dropdownAutoWidth : false,
dataTextField:'text',
dataValueField:'value',
data: routingInstancesDropdownList
Expand Down
Expand Up @@ -225,6 +225,7 @@ define([
dataBindValue:'vrf_name',
elementConfig: {
defaultValueId: 0,
dropdownAutoWidth : false,
dataSource: {
type:'remote',
url: contrail.format(
Expand Down

0 comments on commit c49490a

Please sign in to comment.