dashboard: do not show eventlog source ip - too noisy with ipv6
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user