You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/24 11:35:23 UTC

ignite git commit: IGNITE-843 Fix for dropdown.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 d4b583c43 -> e78a25546


IGNITE-843 Fix for dropdown.


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

Branch: refs/heads/ignite-843
Commit: e78a25546bd2d0dac2d656c398ebe1de7c29c5a7
Parents: d4b583c
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Thu Sep 24 16:35:25 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Thu Sep 24 16:35:25 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/views/configuration/summary.jade                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e78a2554/modules/control-center-web/src/main/js/views/configuration/summary.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/configuration/summary.jade b/modules/control-center-web/src/main/js/views/configuration/summary.jade
index 137975b..1e46694 100644
--- a/modules/control-center-web/src/main/js/views/configuration/summary.jade
+++ b/modules/control-center-web/src/main/js/views/configuration/summary.jade
@@ -72,7 +72,7 @@ block content
                                     .col-xs-2.col-sm-2.col-md-2
                                         label POJO class:
                                     .col-xs-10.col-sm-10.col-md-10
-                                        button.form-control(ng-model='configServer.pojoClass' bs-select bs-options='item for item in pojoClasses()' data-sort='false')
+                                        button.select-toggle.form-control(ng-model='configServer.pojoClass' bs-select bs-options='item for item in pojoClasses()')
                                     .col-xs-2.col-sm-2.col-md-2
                                         label
                                     .col-xs-10.col-sm-10.col-md-10