mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Change serial displaying in dashboard
When pdns not give us serial just notified serial, we need to display that.
This commit is contained in:
parent
bbfbe3683e
commit
4ec70f4143
@ -168,7 +168,7 @@
|
||||
{{ domain.type }}
|
||||
</td>
|
||||
<td>
|
||||
{{ domain.serial }}
|
||||
{% if domain.serial == 0 %}{{ domain.notified_serial }}{% else %}{{domain.serial}}{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if domain.master == '[]'%}N/A {% else %}{{ domain.master|display_master_name }}{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user