dashboard: do not show eventlog source ip - too noisy with ipv6

This commit is contained in:
Johannes Zellner
2024-06-11 11:40:04 +02:00
parent 73fdcae916
commit 76dadd1f8b
3 changed files with 3 additions and 5 deletions

View File

@@ -1448,8 +1448,8 @@
<thead>
<tr>
<th class="col-md-2">{{ 'eventlog.time' | tr }}</th> <!-- "minutes ago" takes space -->
<th class="col-md-6">{{ 'eventlog.details' | tr }}</th>
<th class="col-md-2">{{ 'eventlog.source' | tr }}</th>
<th class="col-md-6">{{ 'eventlog.details' | tr }}</th>
<th class="col-md-2" style="text-align: right;">
<button class="btn btn-xs btn-default btn-outline" ng-click="eventlog.showPrevPage()" ng-disabled="eventlog.busy || eventlog.currentPage <= 1"><i class="fa fa-angle-double-left"></i></button>
<button class="btn btn-xs btn-default btn-outline" ng-click="eventlog.showNextPage()" ng-disabled="eventlog.busy || eventlog.perPage > eventlog.eventLogs.length"><i class="fa fa-angle-double-right"></i></button>