mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-29 13:00:35 +00:00
webapp: minor ui fix done.
This commit is contained in:
@@ -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("<div class=\"title\"><a href=\"/\"><img src=\"/img/logo25x25.png\" alt=\"Technitium Logo\" /><span class=\"text\" style=\"color: #ffffff;\">Technitium</span></a>" + headerHtml + "</div>");
|
||||
$("#footer").html("<div class=\"content\"><a href=\"https://technitium.com/\" target=\"_blank\">Technitium</a> | <a href=\"https://blog.technitium.com/\" target=\"_blank\">Blog</a> | <a href=\"https://www.patreon.com/technitium\" target=\"_blank\">Become A Patron</a> | <a href=\"https://dnsclient.net/\" target=\"_blank\">DNS Client</a> | <a href=\"https://github.com/TechnitiumSoftware/DnsServer\" target=\"_blank\"><i class=\"fa fa-github\"></i> GitHub</a> | <a href=\"https://technitium.com/aboutus.html\" target=\"_blank\">About</a></div>");
|
||||
$("#footer").html("<div class=\"content\"><a href=\"https://technitium.com/\" target=\"_blank\">Technitium</a> | <a href=\"https://blog.technitium.com/\" target=\"_blank\">Blog</a> | <a href=\"https://go.technitium.com/?id=35\" target=\"_blank\">Become A Patron</a> | <a href=\"https://dnsclient.net/\" target=\"_blank\">DNS Client</a> | <a href=\"https://github.com/TechnitiumSoftware/DnsServer\" target=\"_blank\"><i class=\"fa fa-github\"></i> GitHub</a> | <a href=\"https://technitium.com/aboutus.html\" target=\"_blank\">About</a></div>");
|
||||
|
||||
//dropdown list box support
|
||||
$('.dropdown').on('click', 'a', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user