dns/dyndns - move menu registration so ddclient and legacy dyndns are both visible when installed.

This commit is contained in:
Ad Schellevis 2022-01-28 13:28:35 +01:00
parent c970a82d15
commit 400110af01
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.27
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org

View file

@ -1,7 +1,7 @@
<menu>
<Services>
<DynamicDNS VisibleName="Dynamic DNS" url="/services_dyndns.php" cssClass="fa fa-tags fa-fw">
<DynamicDNSOld VisibleName="Dynamic DNS (legacy)" url="/services_dyndns.php" cssClass="fa fa-tags fa-fw">
<Edit url="/services_dyndns_edit.php*" visibility="hidden"/>
</DynamicDNS>
</DynamicDNSOld>
</Services>
</menu>