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
ad3297ff
Commit
ad3297ff
authored
Jan 02, 2018
by
q4speed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示个人头像
parent
ab27d1c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
jumpserver.css
apps/static/css/jumpserver.css
+5
-0
_header_bar.html
apps/templates/_header_bar.html
+5
-1
No files found.
apps/static/css/jumpserver.css
View file @
ad3297ff
...
...
@@ -318,4 +318,8 @@ div.dataTables_wrapper div.dataTables_filter {
.logo-element
{
padding
:
10px
0
;
}
.welcome-message
img
{
margin
:
-12px
0
;
}
\ No newline at end of file
apps/templates/_header_bar.html
View file @
ad3297ff
...
...
@@ -22,7 +22,11 @@
{% if user.is_authenticated %}
<a
data-toggle=
"dropdown"
class=
"dropdown-toggle"
href=
"#"
>
<span
class=
"m-r-sm text-muted welcome-message"
>
<strong
class=
"font-bold"
>
{{ request.user.name }}
<span
style=
"color: #8095a8"
></span></strong><b
class=
"caret"
></b>
<img
alt=
"image"
class=
"img-circle"
width=
"48"
height=
"48"
src=
"{{ request.user.avatar_url }}"
/>
<strong
class=
"font-bold"
>
{{ request.user.name }}
<span
style=
"color: #8095a8"
></span>
<b
class=
"caret"
></b>
</strong>
</span>
</a>
<ul
class=
"dropdown-menu animated fadeInRight m-t-xs"
>
...
...
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