From f12fb4e569890b7b67e8f62dd604ba4b293c91ce Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 4 Jul 2020 16:43:39 +0530 Subject: [PATCH] webapp: minor ui fix done. --- DnsServerCore/www/js/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DnsServerCore/www/js/main.js b/DnsServerCore/www/js/main.js index 44ecf966..2a2e75f8 100644 --- a/DnsServerCore/www/js/main.js +++ b/DnsServerCore/www/js/main.js @@ -55,7 +55,8 @@ function showPageMain(username) { $("#dhcpTabListLeases").addClass("active"); $("#dhcpTabPaneLeases").addClass("active"); - $("#divZoneViewer").hide(); + $("#divViewZones").show(); + $("#divEditZone").hide(); $("#txtDnsClientNameServer").val("This Server (this-server)"); $("#txtDnsClientDomain").val(""); @@ -87,7 +88,7 @@ $(function () { var headerHtml = $("#header").html(); $("#header").html("
\"TechnitiumTechnitium" + headerHtml + "
"); - $("#footer").html("
Technitium | Blog | Become A Patron | DNS Client |  GitHub | About
"); + $("#footer").html("
Technitium | Blog | Become A Patron | DNS Client |  GitHub | About
"); //dropdown list box support $('.dropdown').on('click', 'a', function (e) {