Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 3521c4bea -> 4067a548a


# ignite-843 Minor fix.


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

Branch: refs/heads/ignite-843
Commit: 4067a548a66290fb9c9d7e8ca8c951d6992bcbb6
Parents: 3521c4b
Author: Andrey <anovi...@gridgain.com>
Authored: Wed Jul 8 09:16:04 2015 +0700
Committer: Andrey <anovi...@gridgain.com>
Committed: Wed Jul 8 09:16:04 2015 +0700

----------------------------------------------------------------------
 .../nodejs/public/javascripts/controllers/summary.js             | 4 ++--
 modules/web-control-center/nodejs/views/summary.jade             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4067a548/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js
----------------------------------------------------------------------
diff --git 
a/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js 
b/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js
index 6a78677..0e80045 100644
--- 
a/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js
+++ 
b/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js
@@ -17,8 +17,8 @@
 
 configuratorModule.controller('summaryController', ['$scope', '$http', 
function ($scope, $http) {
     $scope.generateJavaItems = [
-        { label: 'factory class',value: true},
-        { label: 'snippet',value: false}
+        { label: 'snippet',value: false},
+        { label: 'factory class',value: true}
     ];
 
     $scope.generateJavaClass = false;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4067a548/modules/web-control-center/nodejs/views/summary.jade
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/views/summary.jade 
b/modules/web-control-center/nodejs/views/summary.jade
index ee8315a..a6ecd92 100644
--- a/modules/web-control-center/nodejs/views/summary.jade
+++ b/modules/web-control-center/nodejs/views/summary.jade
@@ -69,7 +69,7 @@ block content
                         .col-sm-1
                             label Generate:
                         .col-sm-3
-                            button.form-control(ng-model='generateJavaClass' 
bs-select data-placeholder='{{detail.placeholder}}' bs-options='item.value as 
item.label for item in generateJavaItems')
+                            button.form-control(ng-model='generateJavaClass' 
bs-select data-placeholder='{{detail.placeholder}}' bs-options='item.value as 
item.label for item in generateJavaItems' data-sort='false')
                         button.btn.btn-primary.pull-right(style='margin-right: 
0px;margin-top: -40px' ng-click='downloadJava()') Download
                         #javaResultDiv
                     #dockerResult(ng-show="cfgLang == 'docker'")

Reply via email to