Repository: ignite
Updated Branches:
  refs/heads/ignite-843 068e31342 -> d2a32d1ef


ignite-1485 Metadata loading fixes


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

Branch: refs/heads/ignite-843
Commit: d2a32d1ef52ec361641639c5faf01f0bbba49205
Parents: 068e313
Author: Andrey <[email protected]>
Authored: Tue Oct 6 11:44:42 2015 +0700
Committer: Andrey <[email protected]>
Committed: Tue Oct 6 11:44:42 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/common-module.js    | 2 --
 .../control-center-web/src/main/js/views/includes/controls.jade    | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d2a32d1e/modules/control-center-web/src/main/js/controllers/common-module.js
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/common-module.js 
b/modules/control-center-web/src/main/js/controllers/common-module.js
index 07c8378..de22df4 100644
--- a/modules/control-center-web/src/main/js/controllers/common-module.js
+++ b/modules/control-center-web/src/main/js/controllers/common-module.js
@@ -1886,8 +1886,6 @@ consoleModule.controller('agent-download', [
         var _agentDownloadModal = $modal({scope: $scope, templateUrl: 
'/agent/download', show: false});
 
         $scope.downloadAgent = function () {
-            _agentDownloadModal.hide();
-
             var lnk = document.createElement('a');
 
             lnk.setAttribute('href', 
'/agent/ignite-web-agent-1.5.0-SNAPSHOT.zip');

http://git-wip-us.apache.org/repos/asf/ignite/blob/d2a32d1e/modules/control-center-web/src/main/js/views/includes/controls.jade
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/views/includes/controls.jade 
b/modules/control-center-web/src/main/js/views/includes/controls.jade
index 1fda142..aa40367 100644
--- a/modules/control-center-web/src/main/js/views/includes/controls.jade
+++ b/modules/control-center-web/src/main/js/views/includes/controls.jade
@@ -26,7 +26,7 @@ mixin block-callout(workflowTitle, workflowContent, 
whatsNextTitle, whatsNextCon
                             li(ng-repeat='item in #{workflowContent}')
                                 div(ng-switch='item')
                                     div(ng-switch-when='more-info')
-                                        
a(ng-click='showMoreInfo(moreInfo.title, moreInfo.content)') More info...
+                                        
a(ng-click='showMoreInfo(moreInfo.title, moreInfo.content)') More info
                                     div(ng-switch-default) {{::item}}
                     td.block-callout-right(width='50%')
                         i.fa.fa-check-square.block-callout-header-right

Reply via email to