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
feat(miner-ui): add a pause-reason input to the governor control (#6186) (#6207)
The dashboard Pause button called pauseGovernor with no arguments, so a reason
could never be recorded from the web UI even though the action and CLI both
support one. Add an optional reason input to GovernorControlSection, wired
through to the pause action; an empty field is passed as undefined, matching
the CLI's optional --reason flag. No change to pauseGovernor's signature or
the CLI's behavior.
Closes#6186
0 commit comments