Routing config leads to two `Prefix /` lines in Routing view
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 39
Description
#### Overview of the Issue
Consul 1.11.1

```hcl
Kind = "service-router"
Name = "backend"
Routes = [
{
Destination = {
RequestTimeout = "1s"
}
}
]
```
In this case since the two boxes are the same "Prefix /" I'd only expect one box since this doesn't help with my routing understanding.
Contributor guide
Research direction
Reproduce the Consul 1.11.1 service-router configuration in the Routing view and inspect how its two identical "Prefix /" entries are rendered. The issue names no source file or test, so first locate the Routing view entry point and its existing coverage. Done means this configuration presents one understandable routing box without obscuring distinct routes.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100