Quellcode durchsuchen

AMBARI-2042. Update Ambari logo. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478118 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako vor 12 Jahren
Ursprung
Commit
93391f5794
3 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/templates/application.hbs
  3. BIN
      logo.png

+ 2 - 0
CHANGES.txt

@@ -283,6 +283,8 @@ Trunk (unreleased changes):
 
 
  IMPROVEMENTS
  IMPROVEMENTS
 
 
+ AMBARI-2042. Update Ambari logo. (yusaku)
+
  AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
  AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
  wrapping. (yusaku)
  wrapping. (yusaku)
 
 

+ 1 - 1
ambari-web/app/templates/application.hbs

@@ -21,7 +21,7 @@
     <div class="navbar navbar-static-top">
     <div class="navbar navbar-static-top">
       <div class="navbar-inner">
       <div class="navbar-inner">
         <div class="container">
         <div class="container">
-          <a {{translateAttr href="topnav.logo.href"}} class="logo" target="_blank"><img src="/img/logo-small.png" alt="Apache Ambari" title="Apache Ambari"></a>
+          <a {{translateAttr href="topnav.logo.href"}} class="logo" target="_blank"><img src="/img/logo.png" alt="Apache Ambari" title="Apache Ambari"></a>
           <a class="brand" {{translateAttr href="topnav.logo.href"}} target="_blank" alt="Apache Ambari" title="Apache Ambari">{{t app.name}}</a>
           <a class="brand" {{translateAttr href="topnav.logo.href"}} target="_blank" alt="Apache Ambari" title="Apache Ambari">{{t app.name}}</a>
 
 
           {{#if isClusterDataLoaded}}
           {{#if isClusterDataLoaded}}

BIN
logo.png