mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Tweak machine history results view
This commit is contained in:
parent
b085c006bb
commit
8d25dd3731
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "User" %}</th>
|
||||
<th>{% trans "User" %}</th>
|
||||
<th>{% trans "IPv4" %}</th>
|
||||
<th>{% trans "MAC address" %}</th>
|
||||
<th>{% trans "Start date" %}</th>
|
||||
<th>{% trans "End date" %}</th>
|
||||
|
@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<tr>
|
||||
<td>
|
||||
<a href="{% url 'users:profil' userid=event.user.id %}" title=tr_view_the_profile>
|
||||
<i class="fa fa-user"></i> {{ event.user }}
|
||||
{{ event.user }}
|
||||
</a>
|
||||
</td>
|
||||
<td>{{ event.ipv4 }}</td>
|
||||
|
|
Loading…
Reference in a new issue