mirror of https://github.com/hashicorp/consul
ui: Fix erroneous HTML that was being fixed by either browser/ember (#5530)
The resulting DOM from this template was actually correct, we'd assume it was being fixed by the browserpull/5729/head
parent
5dd9cd2d2e
commit
3d76540297
|
@ -39,10 +39,10 @@
|
|||
<dt>ID</dt>
|
||||
<dd>{{session.ID}}</dd>
|
||||
<dt>Behavior</dt>
|
||||
<dd><{{session.Behavior}}/dd>
|
||||
<dd>{{session.Behavior}}</dd>
|
||||
{{#if session.Delay }}
|
||||
<dt>Delay</dt>
|
||||
<dd><{{session.LockDelay}}/dd>
|
||||
<dd>{{session.LockDelay}}</dd>
|
||||
{{/if}}
|
||||
{{#if session.TTL }}
|
||||
<dt>TTL</dt>
|
||||
|
|
Loading…
Reference in New Issue