Skip to content

Commit eb2c5d0

Browse files
committed
Audit log: Added IP address wrapping
Primarily to support long ipv6 addresses which would overflow over the activity date. For #4349
1 parent 96819b7 commit eb2c5d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/settings/audit.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ class="icon flex-none text-{{$activity->entity->getType()}}">@icon($activity->en
111111
<div>{{ $activity->detail }}</div>
112112
@endif
113113
</div>
114-
<div class="flex-container-row flex-3">
115-
<div class="flex px-m py-xxs min-width-xs"><strong
114+
<div class="flex-container-row flex-3 min-width-m">
115+
<div class="flex-2 px-m py-xxs min-width-xs break-text"><strong
116116
class="mr-xs hide-over-m">{{ trans('settings.audit_table_ip') }}
117117
:<br></strong> {{ $activity->ip }}</div>
118-
<div class="flex-2 px-m py-xxs text-m-right min-width-xs"><strong
118+
<div class="flex-3 px-m py-xxs text-m-right min-width-xs"><strong
119119
class="mr-xs hide-over-m">{{ trans('settings.audit_table_date') }}
120120
:<br></strong> {{ $activity->created_at }}</div>
121121
</div>

0 commit comments

Comments
 (0)