Add remove button for unreachable nodes not in config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
types.go
1
types.go
@@ -476,6 +476,7 @@ type Node struct {
|
||||
ArtmapMappings []ArtmapMapping `json:"artmap_mappings,omitempty"`
|
||||
Unreachable bool `json:"unreachable,omitempty"`
|
||||
Avoid bool `json:"avoid,omitempty"`
|
||||
InConfig bool `json:"in_config,omitempty"`
|
||||
errors *ErrorTracker
|
||||
pollTrigger chan struct{}
|
||||
cancelFunc context.CancelFunc
|
||||
|
||||
Reference in New Issue
Block a user