mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-07 09:14:02 +00:00
webapp: fixed minor issue causing dhcp view to become not visible when user logs out and relogins.
This commit is contained in:
@@ -54,6 +54,8 @@ function showPageMain(username) {
|
||||
$("#mainPanelTabPaneDashboard").addClass("active");
|
||||
$("#dhcpTabListLeases").addClass("active");
|
||||
$("#dhcpTabPaneLeases").addClass("active");
|
||||
$("#divDhcpViewScopes").show();
|
||||
$("#divDhcpEditScope").hide();
|
||||
|
||||
$("#divViewZones").show();
|
||||
$("#divEditZone").hide();
|
||||
|
||||
Reference in New Issue
Block a user