You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/02/17 22:06:24 UTC

[25/50] [abbrv] ambari git commit: AMBARI-19979. Issue while resetting the coordinator.(Venkata Sairam via gauravn7)

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/8448d5a1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8448d5a1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8448d5a1

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 8448d5a18512565895fcf79f675437d9652a0d1d
Parents: f75eeba
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:18:09 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/8448d5a1/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/8448d5a1/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%;