-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-app-ddns: Toggle Button Won't Work. #7423
Comments
luci/modules/luci-base/root/usr/share/rpcd/ucode/luci Lines 46 to 67 in 2ce8529
|
9 tasks
Submitted a pull request #7426. I'm not very good at using github, but I really want to make my contribution. Please forgive me if there are any mistakes. |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Actual behaviour
Hit "Stop DDNS" button, nothing happened.
CLI: logread
nothing new
Expected behaviour
Toggle DDNS service status.
Steps to reproduce
Hit "Stop DDNS" button.
And source code snippet below:
/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
line 169~175
line 2 (line 170): When I run
ubus call luci setInitAction "{'name':'ddns', 'action':'enabled'}"
,it return an error:
{ "error": "Invalid action" }
==Seems like no such an action as 'enabled'.==
The text was updated successfully, but these errors were encountered: