Quellcode durchsuchen

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

Romain Rigaux vor 9 Jahren
Ursprung
Commit
576b861
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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">
     <li class="dropdown">
       <a title="${ _('Administration') if view_profile else '' }" href="index.html#" rel="navigator-tooltip" data-toggle="dropdown" class="dropdown-toggle">
       <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:
         % if view_profile:
           <b class="caret"></b>
           <b class="caret"></b>
         % endif
         % endif