Update templates/neighbors.html
fixed search
This commit is contained in:
parent
9928321826
commit
4705469023
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
Refresh data
|
Refresh data
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<table class="striped table table-bordered" id="neighborTable">
|
<table class="striped table table-bordered" id="neighborsTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="sortable" onclick="sortTable('neighborsTable', 0, this)">Address <span class="sort-arrow"></span></th>
|
<th class="sortable" onclick="sortTable('neighborsTable', 0, this)">Address <span class="sort-arrow"></span></th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue