SYSHUB001v2-SG03 | Update label from "IP Address" to "IP Address (without port)"#139
Conversation
Co-authored-by: osiastedian <osiastedian@gmail.com>
|
Cursor Agent can help with this pull request. Just |
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Update the "IP address" label to "IP Address (without port)" to clarify that users should not include the port number, addressing confusion reported in GitHub issue #104.
The system automatically appends the correct port (
:8369) when generating commands, so users only need to provide the IP address.PR Type
Enhancement
Description
Updated label for IP address input.
Clarified input to exclude port.
Improved user experience.
Diagram Walkthrough
flowchart LR A[MasternodeDetails.jsx] --> B{IP Address Label}; B -- "Update" --> C[IP Address (without port)];File Walkthrough
MasternodeDetails.jsx
Updated IP Address Input Labelsrc/components/masternodes/masternodeForm/MasternodeDetails.jsx