Data Request API helper #10
1 changed files with 1 additions and 3 deletions
|
|
@ -8,9 +8,7 @@
|
|||
<div class="grow">
|
||||
{{ user.name }}
|
||||
</div>
|
||||
{{#if (eq user.status "cancelled")}}
|
||||
<span>Cancelled by User</span>
|
||||
{{else if (eq user.status "waiting")}}
|
||||
{{#if (eq user.status "waiting")}}
|
||||
|
Oliver marked this conversation as resolved
Outdated
|
||||
<span class="loader"></span>
|
||||
{{else if (eq user.status "disconnected")}}
|
||||
<taf-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
Cancelled is no longer a user status supported