Issue:
The rebuild machine flow was failing as the disabled "machine_name" input field wasn't being sent in the FormData by Remix. This is because Remix won't send disabled input values in FormData.
Fix:
Removed disabled parameter during rebuild. We're instead using CSS to make input field look disabled for editing
Issue: The rebuild machine flow was failing as the disabled "machine_name" input field wasn't being sent in the FormData by Remix. This is because Remix won't send disabled input values in FormData.
Fix: Removed disabled parameter during rebuild. We're instead using CSS to make input field look disabled for editing