feat(FN-2845): streamline node routing configuration in dashboard
- Add a reusable ProjectNodeSelector component and hook RoutingTab to it for per-task node overrides - Move default node and unavailable-node policy controls into the dedicated Node Routing settings section - Add descriptive routing guidance text and project-level note in SettingsModal - Expand dashboard tests for routing tab behavior and node routing settings UX
This commit is contained in:
@@ -142,26 +142,6 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.project-node-selector {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.project-node-selector__label {
|
||||
color: var(--text-muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.project-node-selector select {
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.project-node-selector__option--dim {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.node-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user