Skip to content

Commit

Permalink
fix resource download icon (#156)
Browse files Browse the repository at this point in the history
* fix resource download icon

* fix pep8 fail
  • Loading branch information
wklken authored Sep 5, 2019
1 parent e99f98f commit fe7ce52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paas-ce/paas/login/bkaccount/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from common.log import logger
from bkaccount.encryption import encrypt, decrypt, salt
from bkaccount.models import Loignlog, BkToken, UserInfo
from bkaccount.models import Loignlog, BkToken


class AccountSingleton(object):
Expand Down
2 changes: 1 addition & 1 deletion paas-ce/paas/paas/templates/base_center.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<dl class="menu">
<dt class="menu_title clickable">
<a href="https://docs.bk.tencent.com/download/" target="_blank"> <i class="fa fa-download f23 mr10"></i>资源下载</a>
<a href="https://docs.bk.tencent.com/download/" target="_blank"> <i class="bk-icon icon-download f18 t_b mr10"></i>资源下载</a>
</dt>
</dl>

Expand Down

0 comments on commit fe7ce52

Please sign in to comment.