minor fixes
This commit is contained in:
parent
f5fca59983
commit
635e972cd1
3 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
|||
{% block title %}Add IP address to ip pool{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
{% include "admin/admin_tasks.html" %}
|
||||
<div class="col-md-12">
|
||||
|
@ -60,7 +59,6 @@
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
{% for usr in users %}
|
||||
{% set rowloop = loop %}
|
||||
<tr>
|
||||
<td>{{ loop.index + (page - 1) * per_page }}</td>
|
||||
<td data-title="Email"><font {% if usr.is_administrator() == True %}color="red"{% endif %}>{{ usr.email }}</td>
|
||||
<td data-title="Last Seen">{{ moment(usr.last_seen).format('lll') }}</td>
|
||||
<td data-title="Last IP"><a href="https://apps.db.ripe.net/search/query.html?searchtext={{ usr.last_ip }}" data-toggle="tooltip" title="RIPE Whois Search" target="_blank">{{ usr.last_ip }}</a></td>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<div class="col-md-12">
|
||||
<div class="panel panel-primary panel-transparent">
|
||||
<div class="panel-body">
|
||||
<iframe src="https://datapoint.bg/kiwi/" style="border:0; width:100%; height:460px;"></iframe>
|
||||
<iframe src="https://datapoint.bg/kiwi/" style="border:0; width:100%; height:600px;"></iframe>
|
||||
To permanently stay connected to our chat network you could use a client like <a href="https://hexchat.github.io/downloads.html">HexChat</a> and use the following URL:<br /><a href="irc://irc.datapoint.bg:+6697/#support">irc://irc.datapoint.bg:+6697/#support</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue