You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2013/12/17 15:35:30 UTC

git commit: AMBARI-4088. UI doesn't select all hosts on Assign Slaves step sometimes. (alexantonenko)

Updated Branches:
  refs/heads/trunk f3afbc701 -> 6ced2a18c


AMBARI-4088. UI doesn't select all hosts on Assign Slaves step sometimes. (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 6ced2a18c4dcc29d906e9dcb350650c2732bf8c5
Parents: f3afbc7
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Dec 17 16:29:21 2013 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Dec 17 16:29:21 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/apps.less           | 20 ++++++++++++++++++++
 ambari-web/app/templates/wizard/step6.hbs |  2 ++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6ced2a18/ambari-web/app/styles/apps.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/apps.less b/ambari-web/app/styles/apps.less
index 3cdd6f9..b52c91f 100644
--- a/ambari-web/app/styles/apps.less
+++ b/ambari-web/app/styles/apps.less
@@ -534,3 +534,23 @@
 }
 
 /*Big modal window end*/
+#step6{
+  .spinner-overlay{
+    z-index: 100;
+    position: absolute;
+    margin-top: 169px;
+    width: 758px;
+    height: 444px;
+    background-color: #808080;
+    opacity:0.2;
+  }
+  .spinner {
+    position: absolute;
+    z-index: 100;
+    margin-top: 369px;
+    margin-left: 362px;
+    display: inline-block;
+    width: 36px;
+    opacity: 1;
+  }
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/6ced2a18/ambari-web/app/templates/wizard/step6.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step6.hbs b/ambari-web/app/templates/wizard/step6.hbs
index 7138a02..4dca371 100644
--- a/ambari-web/app/templates/wizard/step6.hbs
+++ b/ambari-web/app/templates/wizard/step6.hbs
@@ -17,6 +17,8 @@
 }}
 
 <div id="step6">
+  <div {{bindAttr class=":spinner-overlay controller.isLoaded:hidden"}}></div>
+  <i {{bindAttr class=":icon-spin :spinner controller.isLoaded:hidden"}}></i>
   <h2>{{view.title}}</h2>
   <div class="alert alert-info">{{{view.label}}}</div>
   {{#if errorMessage}}