mirror of https://github.com/jumpserver/jumpserver
Perf: Remove unuser actions
parent
ad34568299
commit
549ebcb3c2
|
@ -18,42 +18,6 @@
|
|||
<div class="report-container">
|
||||
<header class="header">
|
||||
<img src="{% static 'img/JumpServer_white_logo.svg' %}" alt="Logo" />
|
||||
|
||||
<!-- Command Section -->
|
||||
{% comment %} <div class="command-section">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
操作
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="fa fa-file-excel-o" aria-hidden="true"></i>
|
||||
<span class="menu-action">导出到 XLS</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="fa fa-file-pdf-o" aria-hidden="true"></i>
|
||||
<span class="menu-action">导出到 PDF</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="fa fa-envelope-o" aria-hidden="true"></i>
|
||||
<span class="menu-action">通过邮件发送此报表</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="fa fa-print" aria-hidden="true"></i>
|
||||
<span class="menu-action">打印</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {% endcomment %}
|
||||
</header>
|
||||
|
||||
<!-- Info Section -->
|
||||
|
|
Loading…
Reference in New Issue