Commit 3fabb3f1 authored by Franco Fichtner's avatar Franco Fichtner

menu: move dns lookup to dns tools

parent e5abe08f
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
</Status> </Status>
</Wireless> </Wireless>
<Diagnostics order="960" cssClass="fa fa-medkit fa-fw"> <Diagnostics order="960" cssClass="fa fa-medkit fa-fw">
<DNSLookup order="20" VisibleName="DNS Lookup" url="/diag_dns.php"/>
<PacketCapture order="40" VisibleName="Packet Capture" url="/diag_packet_capture.php"/> <PacketCapture order="40" VisibleName="Packet Capture" url="/diag_packet_capture.php"/>
<Ping order="50" url="/diag_ping.php"/> <Ping order="50" url="/diag_ping.php"/>
<TestPort order="60" VisibleName="Test Port" url="/diag_testport.php"/> <TestPort order="60" VisibleName="Test Port" url="/diag_testport.php"/>
...@@ -238,6 +237,7 @@ ...@@ -238,6 +237,7 @@
<RFC2136 order="30" VisibleName="RFC 2136" url="/services_rfc2136.php"> <RFC2136 order="30" VisibleName="RFC 2136" url="/services_rfc2136.php">
<Edit url="/services_rfc2136_edit.php*" visibility="hidden"/> <Edit url="/services_rfc2136_edit.php*" visibility="hidden"/>
</RFC2136> </RFC2136>
<Lookup order="40" url="/diag_dns.php"/>
<LogFile order="100" VisibleName="Log File" url="/diag_logs_resolver.php"/> <LogFile order="100" VisibleName="Log File" url="/diag_logs_resolver.php"/>
</DNSTools> </DNSTools>
<IGMPProxy VisibleName="IGMP Proxy" url="/services_igmpproxy.php" cssClass="fa fa-map-signs fa-fw"> <IGMPProxy VisibleName="IGMP Proxy" url="/services_igmpproxy.php" cssClass="fa fa-map-signs fa-fw">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment