Skip to content

Commit

Permalink
Fixed show all DNS fields in use when network settings are locked
Browse files Browse the repository at this point in the history
  • Loading branch information
bergware committed Oct 25, 2016
1 parent 88dc479 commit b3236e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/dynamix/Eth0.page
Expand Up @@ -253,6 +253,8 @@ $(function() {
disableForm(form);
$('#bond0').dropdownchecklist('disable');
$('#bridge0').dropdownchecklist('disable');
if (form.DNS_SERVER2.value) $('#dnsserver2').show(); else $('#dnsserver2').hide();
if (form.DNS_SERVER3.value) $('#dnsserver3').show(); else $('#dnsserver3').hide();
<?else:?>
checkDNSSettings(form);
<?endif;?>
Expand Down

0 comments on commit b3236e4

Please sign in to comment.