mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-21 01:54:50 +00:00
Compare commits
No commits in common. "5a78713d1a9a6e386974e2c0589ebdcfc364ccc5" and "75ee073ed41ae6d1b002c7f62d4f089e5a75984e" have entirely different histories.
5a78713d1a
...
75ee073ed4
1 changed files with 1 additions and 10 deletions
|
|
@ -6,12 +6,6 @@
|
|||
|
||||
{% block page_heading %}{% trans "Logs" %}{% endblock page_heading %}
|
||||
|
||||
{% block page_heading_extra %}
|
||||
{% include 'search_block.html' %}
|
||||
{% endblock page_heading_extra %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
|
|
@ -34,7 +28,7 @@
|
|||
<th scope="col">{% trans "Message" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="searchable">
|
||||
<tbody>
|
||||
{% for log in logs %}
|
||||
<tr>
|
||||
<td>{{ log.id }}</td>
|
||||
|
|
@ -53,6 +47,3 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block script %}
|
||||
<script src="/static/js/filter-table.js"></script>
|
||||
{% endblock script %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue