AMBARI-7373. Admin View: Landing page should say the same thing on 
INSTALL/CREATE buttons.(xiwang)


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

Branch: refs/heads/branch-alerts-dev
Commit: 84133c222408788a15b35310c7194dc36d7fe4e3
Parents: e0215f5
Author: Xi Wang <xiw...@apache.org>
Authored: Wed Sep 17 14:35:26 2014 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Thu Sep 18 16:26:58 2014 -0700

----------------------------------------------------------------------
 .../src/main/resources/ui/admin-web/app/views/leftNavbar.html     | 3 +--
 ambari-admin/src/main/resources/ui/admin-web/app/views/main.html  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/84133c22/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
----------------------------------------------------------------------
diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
index 8fd8c6a..0aa9340 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
@@ -63,8 +63,7 @@
         
       <div ng-hide="cluster">
         <a href="/#/installer/step0" class="btn btn-primary btn-block 
createcluster-btn">
-          <span class="glyphicon glyphicon-plus"></span>
-          Create a Cluster
+          Launch Install Wizard
         </a>
       </div>
         

http://git-wip-us.apache.org/repos/asf/ambari/blob/84133c22/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
index a542b4f..126f4f0 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
@@ -36,7 +36,7 @@
         <h4 class="title">Create a Cluster</h4>
         <div class="description">Use the Install Wizard to select services and 
configure your cluster</div>
         <div class="glyphicon glyphicon-cloud"></div>
-        <div class="buttons"> <a href="/#/installer/step0" class="btn 
btn-primary create-cluster-button">Install Cluster</a></div>
+        <div class="buttons"> <a href="/#/installer/step0" class="btn 
btn-primary create-cluster-button">Launch Install Wizard</a></div>
       </div>
 
         <!--Manage Users and groups-->

Reply via email to