ndp status page not showing all entries, fix data-identifier for both ndp and arp

This commit is contained in:
Ad Schellevis 2016-10-17 13:13:54 +02:00
parent 870fcde171
commit 38fc7d4d41
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ POSSIBILITY OF SUCH DAMAGE.
<table id="grid-arp" class="table table-condensed table-hover table-striped table-responsive">
<thead>
<tr>
<th data-column-id="ip" data-type="string" >{{ lang._('IP') }}</th>
<th data-column-id="ip" data-type="string" data-identifier="true">{{ lang._('IP') }}</th>
<th data-column-id="mac" data-type="string" data-identifier="true">{{ lang._('MAC') }}</th>
<th data-column-id="manufacturer" data-type="string" data-css-class="hidden-xs hidden-sm" data-header-css-class="hidden-xs hidden-sm">{{ lang._('Manufacturer') }}</th>
<th data-column-id="intf" data-type="string" data-css-class="hidden-xs hidden-sm" data-header-css-class="hidden-xs hidden-sm">{{ lang._('Interface') }}</th>

View File

@ -75,7 +75,7 @@ POSSIBILITY OF SUCH DAMAGE.
<table id="grid-ndp" class="table table-condensed table-hover table-striped table-responsive">
<thead>
<tr>
<th data-column-id="ip" data-type="string" >{{ lang._('IPv6') }}</th>
<th data-column-id="ip" data-type="string" data-identifier="true">{{ lang._('IPv6') }}</th>
<th data-column-id="mac" data-type="string" data-identifier="true">{{ lang._('MAC') }}</th>
<th data-column-id="manufacturer" data-type="string" data-css-class="hidden-xs hidden-sm" data-header-css-class="hidden-xs hidden-sm">{{ lang._('Manufacturer') }}</th>
<th data-column-id="intf" data-type="string" data-css-class="hidden-xs hidden-sm" data-header-css-class="hidden-xs hidden-sm">{{ lang._('Interface') }}</th>