T57W fix static dns

missing newline causes smarty to combine `static.network.static_dns_enable` with the next line and breaking it
This commit is contained in:
agree
2021-04-06 14:38:12 -04:00
committed by GitHub
parent 075dbc74c2
commit 1ba45e6800

View File

@@ -60,6 +60,7 @@ static.network.ip_address_mode = {$yealink_ip_address_mode}
static.network.span_to_pc_port =
static.network.vlan.pc_port_mode =
{if isset($dns_server_primary)}static.network.static_dns_enable = 1{else}static.network.static_dns_enable = 0{/if}
static.network.pc_port.enable = 1
static.network.primary_dns = {$dns_server_primary}
static.network.secondary_dns = {$dns_server_secondary}