make server zone list table sortable by column
This commit is contained in:
parent
d8900c4075
commit
e48f4ad5b0
|
@ -6,7 +6,7 @@ Server Zone List for {{ dns_server }}
|
||||||
|
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<table class="table">
|
<table class="table sortable">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Zone</th>
|
<th>Zone</th>
|
||||||
<th>View</th>
|
<th>View</th>
|
||||||
|
|
Loading…
Reference in New Issue