You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing certain potentially destructive operations in NetBox, the user is prompted to confirm his or her selected action. This involves submitting the original action, and then checking a confirmation box and clicking a button to continue the action.
Simply displaying the warning message and requiring a second button click is likely sufficient to safeguard against accidental operations. We should consider removing the checkbox from this workflow. (It would be converted to a hidden field.)
The text was updated successfully, but these errors were encountered:
Issue type: Feature request
Python version: 2.7
NetBox version: 2.0.8
When performing certain potentially destructive operations in NetBox, the user is prompted to confirm his or her selected action. This involves submitting the original action, and then checking a confirmation box and clicking a button to continue the action.
Simply displaying the warning message and requiring a second button click is likely sufficient to safeguard against accidental operations. We should consider removing the checkbox from this workflow. (It would be converted to a hidden field.)
The text was updated successfully, but these errors were encountered: