Skip to content

Commit

Permalink
Merge pull request #838 from wklken/ft_login_page_tip_fail
Browse files Browse the repository at this point in the history
fix(login/page): follow-us logo missing
  • Loading branch information
wklken authored Apr 6, 2022
2 parents 6909ae7 + 6c7c13c commit 038d7b9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0
2.14.1
2 changes: 1 addition & 1 deletion paas2/login/components/usermgr_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def upsert_user(username, **kwargs):


def get_categories():
path = "/api/c/compapi//v2/usermanage/list_categories/"
path = "/api/c/compapi/v2/usermanage/list_categories/"

data = {
"no_page": True,
Expand Down
Binary file added paas2/login/static/img/logo/qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion paas2/login/templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
| <a href="http://bk.tencent.com/" target="_blank" hotrep="hp.footer.feedback" class="link">{% trans '产品官网' %}</a>
| <a href="###" hotrep="hp.footer.feedback" class="link follow-us" style="z-index:101;">
{% trans '关注我们' %}
<span class="qr-box"><img class="qr" src="../../../static/img/logo_ce/qr.png" alt=""></span>
<span class="qr-box" style="right: -20px;"><img class="qr" src="../../../static/img/logo/qr.png" alt=""></span>
</a>

<p>Copyright © 2012-{{NOW.year}} Tencent BlueKing. All Rights Reserved.</p>
Expand Down
2 changes: 1 addition & 1 deletion paas2/login/templates/account/login_ce.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
| <a href="http://bk.tencent.com/" target="_blank" hotrep="hp.footer.feedback" class="link">{% trans '产品官网' %}</a>
| <a href="###" hotrep="hp.footer.feedback" class="follow-us" style="z-index:101;">
{% trans '关注我们' %}
<span class="qr-box"><img class="qr" src="../../../static/img/logo_ce/qr.png" alt=""></span>
<span class="qr-box" style="right: -20px;"><img class="qr" src="../../../static/img/logo_ce/qr.png" alt=""></span>
</a>
</p>
<p>Copyright © 2012-{{NOW.year}} Tencent BlueKing. All Rights Reserved. </p>
Expand Down
Binary file added paas2/paas/static/img/qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion paas2/paas/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
| <a href="http://bk.tencent.com/" target="_blank" hotrep="hp.footer.feedback" class="link">${_(u'产品官网')}</a>
| <a href="###" hotrep="hp.footer.feedback" class="link follow-us" style="z-index:101;">
${_(u'关注我们')}
<span class="qr-box"><img class="qr" src="../../../static/img/logo_ce/qr.png" alt=""></span>
<span class="qr-box"><img class="qr" src="../../../static/img/qr.png" alt=""></span>
</a>

<p>Copyright © 2012-${NOW.year} Tencent BlueKing. All Rights Reserved.</p>
Expand Down
3 changes: 3 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Log
===============================
# 2.14.1
- bugfix: login page follow-us missing

# 2.14.0
- add: paas/ce call usermgr api via esb

Expand Down

0 comments on commit 038d7b9

Please sign in to comment.