mirror of https://github.com/jumpserver/jumpserver
修改访问官网链接
parent
25fa392dda
commit
9a2fbba956
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
{#</li>#}
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue