Active client debt icon when has debt greather than zero.
This commit is contained in:
parent
f612cab8c0
commit
88cf75e088
|
@ -49,7 +49,7 @@
|
|||
vn-tooltip="Client has debt"
|
||||
tooltip-position = "right"
|
||||
icon="icon-risk"
|
||||
ng-class="{bright: $ctrl.clientDebt < 0}">
|
||||
ng-class="{bright: $ctrl.clientDebt > 0}">
|
||||
</vn-icon>
|
||||
<vn-icon
|
||||
vn-tooltip="Client not checked"
|
||||
|
|
Loading…
Reference in New Issue