mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
ndp status page not showing all entries, fix data-identifier for both ndp and arp
This commit is contained in:
parent
870fcde171
commit
38fc7d4d41
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user