mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 09:04:27 +00:00
Prevent node change on update
This commit is contained in:
@@ -100,7 +100,8 @@ const InstanceSettingsCard: React.FC<InstanceSettingsCardProps> = ({
|
||||
value={selectedNode}
|
||||
onChange={handleNodeChange}
|
||||
options={nodeOptions}
|
||||
description="Select the node where the instance will run (default: main node)"
|
||||
description={isEditing ? "Node cannot be changed after instance creation" : "Select the node where the instance will run"}
|
||||
disabled={isEditing}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user