This commit is contained in:
parent
a0dbb9baa3
commit
249d656ac0
5 changed files with 32 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
|||
</select>
|
||||
</th>
|
||||
<th>
|
||||
<input type="search" id="custom" placeholder="Filter items">
|
||||
<input type="search" id="custom" data-localized-placeholder="filterAgents" placeholder="Filter Agents">
|
||||
<select id="sort">
|
||||
<option value="descending" data-localize="ztoa">Z to A</option>
|
||||
<option value="ascending" data-localize="atoz">A to Z</option>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<td></td>
|
||||
</tr>
|
||||
</template>
|
||||
<tbody></tbody>
|
||||
<tbody data-localized-content="noMatch" data-content="No matching user-agent string for this query"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="view">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue