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
afce4c81
Commit
afce4c81
authored
7 years ago
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
parents
28223421
9a2fbba9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
15 deletions
+4
-15
jumpserver.css
apps/static/css/jumpserver.css
+1
-1
_nav.html
apps/templates/_nav.html
+2
-7
_nav_user.html
apps/templates/_nav_user.html
+0
-6
_user_profile.html
apps/templates/_user_profile.html
+1
-1
No files found.
apps/static/css/jumpserver.css
View file @
afce4c81
...
...
@@ -308,7 +308,7 @@ div.dataTables_wrapper div.dataTables_filter {
text-align
:
center
;
}
.profile-element
div
:last-child
{
.profile-element
div
:last-child
a
{
line-height
:
60px
;
width
:
150px
;
float
:
left
;
...
...
This diff is collapsed.
Click to expand it.
apps/templates/_nav.html
View file @
afce4c81
...
...
@@ -67,9 +67,4 @@
{#
<a
href=
""
>
#}
{#
<i
class=
"fa fa-gears"
></i>
<span
class=
"nav-label"
>
{% trans 'Settings' %}
</span><span
class=
"label label-info pull-right"
></span>
#}
{#
</a>
#}
{#
</li>
#}
<li
class=
"special_link"
>
<a
href=
"http://www.jumpserver.org"
target=
"_blank"
><i
class=
"fa fa-database"
></i>
<span
class=
"nav-label"
>
{% trans 'Visit us' %}
</span>
</a>
</li>
\ No newline at end of file
{#
</li>
#}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
apps/templates/_nav_user.html
View file @
afce4c81
...
...
@@ -8,9 +8,4 @@
<a
href=
"{% url 'users:user-profile' %}"
>
<i
class=
"fa fa-user"
></i>
<span
class=
"nav-label"
>
{% trans 'Profile' %}
</span><span
class=
"label label-info pull-right"
></span>
</a>
</li>
<li
class=
"special_link"
>
<a
href=
"http://www.jumpserver.org"
target=
"_blank"
><i
class=
"fa fa-database"
></i>
<span
class=
"nav-label"
>
访问官网
</span>
</a>
</li>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
apps/templates/_user_profile.html
View file @
afce4c81
...
...
@@ -6,7 +6,7 @@
<img
alt=
"image"
height=
"40"
src=
"/static/img/logo.png"
/>
</div>
<div>
<
span>
Jumpserver
</span
>
<
a
href=
"http://www.jumpserver.org"
target=
"_blank"
>
Jumpserver
</a
>
</div>
</div>
<div
class=
"clearfix"
></div>
...
...
This diff is collapsed.
Click to expand it.
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