You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by gn...@apache.org on 2017/02/16 10:47:19 UTC

ambari git commit: AMBARI-19979. Issue while resetting the coordinator.(Venkata Sairam via gauravn7)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 04be57aa8 -> 0a1b628a2


AMBARI-19979. Issue while resetting the coordinator.(Venkata Sairam via gauravn7)


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

Branch: refs/heads/branch-2.5
Commit: 0a1b628a2866c05e2577dec3899714bae4f0a5c4
Parents: 04be57a
Author: Gaurav Nagar <gr...@gmail.com>
Authored: Thu Feb 16 16:16:51 2017 +0530
Committer: Gaurav Nagar <gr...@gmail.com>
Committed: Thu Feb 16 16:16:59 2017 +0530

----------------------------------------------------------------------
 .../src/main/resources/ui/app/components/designer-workspace.js     | 2 +-
 contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0a1b628a/contrib/views/wfmanager/src/main/resources/ui/app/components/designer-workspace.js
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/components/designer-workspace.js b/contrib/views/wfmanager/src/main/resources/ui/app/components/designer-workspace.js
index aa2e791..f93e1b8 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/app/components/designer-workspace.js
+++ b/contrib/views/wfmanager/src/main/resources/ui/app/components/designer-workspace.js
@@ -234,7 +234,7 @@ export default Ember.Component.extend({
       this.createOrShowProjManager();
     },
     showWarning(index){
-      this.$('#ConfirmDialog').remove();
+      this.set('showingWarning', false);
       var tab = this.get('tabs').objectAt(index);
       this.set('indexToClose', index);
       if(tab && tab.type ==='dashboard'){

http://git-wip-us.apache.org/repos/asf/ambari/blob/0a1b628a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
index f4869e4..86c1dd3 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
+++ b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
@@ -80,7 +80,7 @@ a {
   margin-right: 10px !important;
 }
 .padding15pcnt {
-  padding:15%;
+  padding:8px;
 }
 #arrow{
     top: 24%;