NMS-19630: Deprecate and disable the legacy SNMP Config JSP UI#8428
Open
NMS-19630: Deprecate and disable the legacy SNMP Config JSP UI#8428
Conversation
e751a09 to
ca0974a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As we are replacing the legacy JSP SNMP Config UI with the new Vue one, we need to deprecate and hide the old one.
This removes any links to the old page, but doesn't remove the route. If user manages to get to the old page, the buttons are disabled and there's a note saying it's deprecated with a link to the new page. The servlet will throw an error if any write or lookup actions are performed on it.
Searching for
Configure SNMP Community Names by IP Addressor similar will link to the new page.We will leave actually removing all the old code for another issue.
Also added new functionality to the new SNMP Config UI to be able to do an auto-lookup from a link. This handles an existing link from the Node Management page.
External References