Skip to content

Commit

Permalink
DURACLOUD-1297: Remove broken image on login screen (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Apr 21, 2021
1 parent fd95216 commit fa96cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duradmin/src/main/webapp/WEB-INF/jsp/login-v2.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<form id="loginForm" action="${pageContext.request.contextPath}/login" method="post" onsubmit="return false;" >
<div id="login-wrapper">
<div id="login-header" class="outer clearfix">
<div id="dc-logo-panel"><a href="/duradmin/spaces" id="dc-logo"><img src="images/logo_top_duracloud_lg.png" alt="DURACLOUD"/></a></div>
<div id="dc-logo-panel"><a href="${pageContext.request.contextPath}/spaces" id="dc-logo"><img src="${pageContext.request.contextPath}/images/logo_top_duracloud_lg.png" alt="DURACLOUD"/></a></div>
</div>
<div id="login-content" class="pane-L1-body clearfix">
<div id="form-fields" class="form-fields float-r">
Expand Down

0 comments on commit fa96cd9

Please sign in to comment.