Эх сурвалжийг харах

[login] Do not hardcode the splash screen background

Romain Rigaux 4 жил өмнө
parent
commit
03d9045195

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

@@ -161,7 +161,7 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   </form>
 
   % if CUSTOM.LOGIN_SPLASH_HTML.get():
-  <div class="alert alert-info" id="login-splash">
+  <div id="login-splash">
     ${ CUSTOM.LOGIN_SPLASH_HTML.get() | n,unicode }
   </div>
   % endif