Pārlūkot izejas kodu

AMBARI-540. Naming cleanup required for management console. (Contributed by Vikram)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1348291 13f79535-47bb-0310-9956-ffa450edef68
Varun Kapoor 13 gadi atpakaļ
vecāks
revīzija
20820afb27
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 2 0
      CHANGES.txt
  2. 1 1
      mon_dashboard/src/ui/home.html

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-540. Naming cleanup required for management console. (Vikram via reznor)
+
   AMBARI-539. Create a spec file with less dependencies for HMC. (Hitesh via reznor)
 
   AMBARI-537. Cleaning up references. (Vikram via Hitesh)

+ 1 - 1
mon_dashboard/src/ui/home.html

@@ -32,7 +32,7 @@
     <div class="navbar-inner">
       <div class="container">
         <a href="/hmc/html"><img id="logo" src="/hmc/images/logo-small.gif"></a>
-        <a id="brand" class="brand" href="/hmc/html"></a>
+        <a id="brand" class="brand" href="/hmc/html">Ambari</a>
         <ul class="nav">
           <li><a href="/hmc/html">Cluster Management</a></li>
           <li class="active"><a href="/hdp/dashboard/ui/home.html">Monitoring</a></li>