mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 16:16:50 +00:00
Merge pull request #1115 from MithunKashyap/ctbz-309
Added sub status to client resources
This commit is contained in:
commit
a88ed8fc37
@ -28,6 +28,9 @@
|
||||
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.accountNo}}</td>
|
||||
<td class="pointer" data-ng-click="routeTo(client.id)"><i
|
||||
class="icon-stop {{client.status.code | StatusLookup}}"></i> {{client.status.value}}
|
||||
<small ng-if="client.subStatus.description">
|
||||
[{{client.subStatus.description}}]
|
||||
</small>
|
||||
</td>
|
||||
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.officeName}}</td>
|
||||
<td class="pointer" data-ng-click="routeTo(client.id)">{{client.staffName}}</td>
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<div class="col-md-8 col-sm-8">
|
||||
<h3 class="client-title">
|
||||
<i class="icon-circle {{client.status.code | StatusLookup}}"></i>
|
||||
<small ng-if="client.subStatus.description">
|
||||
[{{client.subStatus.description}}]
|
||||
</small>
|
||||
<strong>{{client.displayName}} </strong>
|
||||
<small>
|
||||
{{ 'label.heading.clientno' | translate }}: {{client.accountNo}} |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user