Commit afce4c81 authored by ibuler's avatar ibuler

Merge branch 'dev' of github.com:jumpserver/jumpserver into dev

parents 28223421 9a2fbba9
......@@ -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;
......
......@@ -68,8 +68,3 @@
{# <i class="fa fa-gears"></i> <span class="nav-label">{% trans 'Settings' %}</span><span class="label label-info pull-right"></span>#}
{# </a>#}
{#</li>#}
\ No newline at end of file
<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
......@@ -9,8 +9,3 @@
<i class="fa fa-user" ></i> <span class="nav-label">{% trans 'Profile' %}</span><span class="label label-info pull-right"></span>
</a>
</li>
\ No newline at end of file
<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
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment