ui: [BUGFIX] Add missing `@` to fix missing non-subset Failovers (#10913)

This commit fixes a problem where parent Failovers where not showing (subset children were fine).

Seems to have been introduced with a move/glimmer upgrade here #9154 so I'm adding a 1.9.x backport.
This commit is contained in:
John Cowen 2021-08-26 17:01:26 +01:00 committed by GitHub
parent b5095b138f
commit 7bda1874cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.changelog/10913.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: fixes a bug with some service failovers not showing the routing tab visualization
```

View File

@ -6,7 +6,7 @@
onclick={{optional @onclick}} id={{concat 'resolver:' @item.ID}}> onclick={{optional @onclick}} id={{concat 'resolver:' @item.ID}}>
<a name=""> <a name="">
<h3>{{@item.Name}}</h3> <h3>{{@item.Name}}</h3>
{{#if item.Failover}} {{#if @item.Failover}}
<dl class="failover"> <dl class="failover">
<dt <dt
{{tooltip (concat @item.Failover.Type ' failover')}} {{tooltip (concat @item.Failover.Type ' failover')}}