Repository: ambari Updated Branches: refs/heads/trunk 3bd507eca -> 95f5457ab
AMBARI-16254. Default query queues doesn't fit in the Interactive query box (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/95f5457a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/95f5457a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/95f5457a Branch: refs/heads/trunk Commit: 95f5457ab9843d7094ed7955bc21b64d1103cacb Parents: 3bd507e Author: Aleksandr Kovalenko <[email protected]> Authored: Wed May 4 17:40:41 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed May 4 18:34:19 2016 +0300 ---------------------------------------------------------------------- .../app/views/common/configs/widgets/list_config_widget_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/95f5457a/ambari-web/app/views/common/configs/widgets/list_config_widget_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/widgets/list_config_widget_view.js b/ambari-web/app/views/common/configs/widgets/list_config_widget_view.js index 92e814c..d3261c8 100644 --- a/ambari-web/app/views/common/configs/widgets/list_config_widget_view.js +++ b/ambari-web/app/views/common/configs/widgets/list_config_widget_view.js @@ -55,7 +55,7 @@ App.ListConfigWidgetView = App.ConfigWidgetView.extend({ * If its length is greater, it will cut to current value and ' ...' will be added to the end * @type {number} */ - maxDisplayValLength: 45, + maxDisplayValLength: 30, /** * <code>options</code> where <code>isSelected</code> is true
