Ver código fonte

[search] Adding link on home page

Romain Rigaux 12 anos atrás
pai
commit
0dcafaa
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      desktop/core/src/desktop/templates/home.mako

+ 1 - 0
desktop/core/src/desktop/templates/home.mako

@@ -57,6 +57,7 @@ ${ commonheader(_('Home'), "home", user) | n,unicode }
             ${ app_link("beeswax", "Hive") }
             ${ app_link("impala", "Impala") }
             ${ app_link("pig", "Pig") }
+            ${ app_link("search", _('Search')) }
             ${ app_link("shell", _('Shell')) }
           </ul>
         </div>