Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
2f136800
Commit
2f136800
authored
Jan 22, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改默认头像和logo
parent
dd6e9444
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
12 deletions
+8
-12
admin.png
apps/static/img/avatar/admin.png
+0
-0
user.png
apps/static/img/avatar/user.png
+0
-0
_header_bar.html
apps/templates/_header_bar.html
+6
-7
_user_profile.html
apps/templates/_user_profile.html
+2
-5
No files found.
apps/static/img/avatar/admin.png
View replaced file @
dd6e9444
View file @
2f136800
106 KB
|
W:
|
H:
11.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
apps/static/img/avatar/user.png
View replaced file @
dd6e9444
View file @
2f136800
61.3 KB
|
W:
|
H:
11.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
apps/templates/_header_bar.html
View file @
2f136800
...
...
@@ -10,9 +10,9 @@
<!--</form>-->
</div>
<ul
class=
"nav navbar-top-links navbar-right"
>
<li>
<span
class=
"m-r-sm text-muted welcome-message"
>
{% trans 'Welcome to use Jumpserver system' %}
</span>
</li>
{#
<li>
#}
{#
<span
class=
"m-r-sm text-muted welcome-message"
>
{% trans 'Welcome to use Jumpserver system' %}
</span>
#}
{#
</li>
#}
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle count-info"
data-toggle=
"dropdown"
href=
"#"
>
<span
class=
"m-r-sm text-muted welcome-message"
>
{% trans 'Help' %}
</span>
...
...
@@ -22,11 +22,10 @@
{% if request.user.is_authenticated %}
<a
data-toggle=
"dropdown"
class=
"dropdown-toggle"
href=
"#"
>
<span
class=
"m-r-sm text-muted welcome-message"
>
<img
alt=
"image"
class=
"img-circle"
width=
"40"
height=
"40"
src=
"{{ request.user.avatar_url }}"
/>
<strong
class=
"font-bold"
>
{{ request.user.name }}
<span
style=
"color: #8095a8"
></span>
<img
alt=
"image"
class=
"img-circle"
width=
"30"
height=
"30"
src=
"{{ request.user.avatar_url }}"
/>
<span
style=
"font-size: 13px;font-weight: 400"
>
{{ request.user.name }}
<b
class=
"caret"
></b>
</s
trong
>
</s
pan
>
</span>
</a>
<ul
class=
"dropdown-menu animated fadeInRight m-t-xs"
>
...
...
apps/templates/_user_profile.html
View file @
2f136800
...
...
@@ -2,11 +2,8 @@
{% load i18n %}
<li
class=
"nav-header"
>
<div
class=
"dropdown profile-element"
>
<div>
<img
alt=
"image"
height=
"40"
src=
"/static/img/logo.png"
/>
</div>
<div>
<a
href=
"http://www.jumpserver.org"
target=
"_blank"
>
Jumpserver
</a>
<div
href=
"http://www.jumpserver.org"
target=
"_blank"
>
<img
alt=
"image"
height=
"55"
src=
"/static/img/logo-text.png"
style=
"margin-left: 10px"
/>
</div>
</div>
<div
class=
"clearfix"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment