Browse Source

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

pull/915/head
ibuler 7 years ago
parent
commit
afce4c81a8
  1. 2
      apps/static/css/jumpserver.css
  2. 7
      apps/templates/_nav.html
  3. 5
      apps/templates/_nav_user.html
  4. 2
      apps/templates/_user_profile.html

2
apps/static/css/jumpserver.css

@ -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;

7
apps/templates/_nav.html

@ -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>#}

5
apps/templates/_nav_user.html

@ -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>

2
apps/templates/_user_profile.html

@ -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…
Cancel
Save