mirror of https://github.com/hashicorp/consul
ui: Fix up erroneously placed conditional (#9447)
This meant that when where were no upstreams, no message would show telling you of that fact. This commit means an EmptyState will now show instead.pull/9445/head^2
parent
d32e7f0857
commit
d0ebb2b774
|
@ -22,6 +22,7 @@
|
||||||
searchproperty=(action (mut searchproperty) value="target.selectedItems")
|
searchproperty=(action (mut searchproperty) value="target.selectedItems")
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
{{/if}}
|
||||||
<DataCollection
|
<DataCollection
|
||||||
@type="upstream-instance"
|
@type="upstream-instance"
|
||||||
@sort={{sort}}
|
@sort={{sort}}
|
||||||
|
@ -46,7 +47,6 @@
|
||||||
</EmptyState>
|
</EmptyState>
|
||||||
</collection.Empty>
|
</collection.Empty>
|
||||||
</DataCollection>
|
</DataCollection>
|
||||||
{{/if}}
|
|
||||||
{{/let}}
|
{{/let}}
|
||||||
{{/let}}
|
{{/let}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue