Commit 38fc7d4d authored by Ad Schellevis's avatar Ad Schellevis

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

parent 870fcde1
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment