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

svn commit: r1345406 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/html/welcome.inc

Author: vikram
Date: Sat Jun  2 00:35:16 2012
New Revision: 1345406

URL: http://svn.apache.org/viewvc?rev=1345406&view=rev
Log:
AMBARI-324. Welcome page is missing. (Contributed by Yusaku)

Added:
    incubator/ambari/branches/ambari-186/hmc/html/welcome.inc
Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1345406&r1=1345405&r2=1345406&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Sat Jun  2 00:35:16 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-324. Welcome page missing. (Yusaku via Vikram)
+
   AMBARI-323. During any process in the cluster initialization wizard, if the user goes back to the "1 Create Cluster" tab, the user is stuck. (Vikram)
 
   AMBARI-319. Scale puppet master to large number of nodes. (Jitendra via Vikram)

Added: incubator/ambari/branches/ambari-186/hmc/html/welcome.inc
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/html/welcome.inc?rev=1345406&view=auto
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/html/welcome.inc (added)
+++ incubator/ambari/branches/ambari-186/hmc/html/welcome.inc Sat Jun  2 00:35:16 2012
@@ -0,0 +1,6 @@
+<div class="alert alert-info" style="margin-top:40px;padding:20px">
+  <h2 style="margin-bottom:10px"><?php echo $RES['welcome.header'] ?></h2>
+  <p><?php echo $RES['welcome.body'] ?></p>
+  <p><span class='label label-info'>Note</span><span style='margin-left:10px;'><?php echo $RES['welcome.note'] ?></span></p> 
+  <a class='btn btn-large' style='margin-top:20px' href='initializeCluster.php'><?php echo $RES['welcome.submit.label'] ?></a>
+</div>
\ No newline at end of file