Fix domain template record modification #346

This commit is contained in:
Khanh Ngo
2018-09-02 11:12:07 +07:00
parent 615413ae90
commit c7689e7ce7
5 changed files with 89 additions and 37 deletions

View File

@ -156,7 +156,7 @@
{% endblock %}
{% block extrascripts %}
<script>
PDNS_VERSION = '{{ SETTING.get("pdns_version") }}'
PDNS_VERSION = '{{ SETTING.get("pdns_version") }}';
// set up history data table
$("#tbl_history").DataTable({
"paging" : false,