Removed all references to the IPAddress class.
This commit is contained in:
parent
1d62db8de6
commit
99a592dcce
15 changed files with 31 additions and 104 deletions
templates
|
@ -28,13 +28,13 @@
|
|||
<div class="manage__user-item__detail">
|
||||
<i class="fas fa-user-plus fa-fw"></i>
|
||||
<time datetime="{{ user.info.createdTime|date('c') }}" title="{{ user.info.createdTime|date('r') }}">{{ user.info.createdTime|time_format }}</time> /
|
||||
<span>{{ user.info.registerRemoteAddressRaw }}</span>
|
||||
<span>{{ user.info.registerRemoteAddress }}</span>
|
||||
</div>
|
||||
{% if user.info.hasLastActive %}
|
||||
<div class="manage__user-item__detail">
|
||||
<i class="fas fa-user-clock fa-fw"></i>
|
||||
<time datetime="{{ user.info.lastActiveTime|date('c') }}" title="{{ user.info.lastActiveTime|date('r') }}">{{ user.info.lastActiveTime|time_format }}</time> /
|
||||
<span>{{ user.info.lastRemoteAddressRaw }}</span>
|
||||
<span>{{ user.info.lastRemoteAddress }}</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if user.info.isDeleted %}
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
IP Address
|
||||
</div>
|
||||
<div class="settings__login-attempt__detail__value">
|
||||
{{ attempt.remoteAddressRaw }}
|
||||
{{ attempt.remoteAddress }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue