Bladeren bron

AMBARI-324. Welcome page is missing. (Contributed by Yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1345406 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 jaren geleden
bovenliggende
commit
f473b72cda
2 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 2 0
      CHANGES.txt
  2. 6 0
      hmc/html/welcome.inc

+ 2 - 0
CHANGES.txt

@@ -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)

+ 6 - 0
hmc/html/welcome.inc

@@ -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>