소스 검색

HUE-4801 [core] Do not hide the username in small resolutions

Romain Rigaux 9 년 전
부모
커밋
576b86160e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/templates/common_header.mako

+ 1 - 1
desktop/core/src/desktop/templates/common_header.mako

@@ -473,7 +473,7 @@ if USE_NEW_EDITOR.get():
     %>
     <li class="dropdown">
       <a title="${ _('Administration') if view_profile else '' }" href="index.html#" rel="navigator-tooltip" data-toggle="dropdown" class="dropdown-toggle">
-        <i class="fa fa-cogs"></i>&nbsp;<span class="hideable">${user.username}&nbsp;</span>
+        <i class="fa fa-cogs"></i>&nbsp;${user.username}&nbsp;
         % if view_profile:
           <b class="caret"></b>
         % endif