-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
Tweak teleporter success message #2796
Conversation
…import Signed-off-by: DL6ER <[email protected]>
@@ -48,7 +48,9 @@ function importZIP() { | |||
if (data.error.hint !== null) $("#modal-import-error-message").text(data.error.hint); | |||
} else if ("files" in data) { | |||
$("#modal-import-success").show(); | |||
$("#modal-import-success-title").text("Import successful"); | |||
$("#modal-import-success-title").text( | |||
"Import successful, please run pihole -g to update gravity." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a hyperlink to the web interface's own gravity update page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea to move the text to the bottom. The button alone does not indicate that users should run gravity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's good.
…d run gravity's update Signed-off-by: DL6ER <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
I won't merge it because I'm not sure if someone else wants to request another change.
What does this implement/fix?
Address comment by @yubiuser at #2738 (review)
Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.