mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Merge pull request #763 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8963-fix-label-status-call to master
* commit '7525bffccc0cfb4b3e860e8bcdc10e342641d443': FS-8963 - [verto_communicator] fix label status call
This commit is contained in:
commit
5b4ff6f9f9
@ -38,7 +38,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a href="" class="incall-number" ng-show="storage.data.called_number">
|
||||
{{ storage.data.called_number && storage.data.userStatus == 'connecting' ? 'Last Call: ' : 'In Call: ' }} {{ storage.data.called_number }}
|
||||
{{ storage.data.called_number && storage.data.userStatus != 'connected' ? 'Last Call: ' : 'In Call: ' }} {{ storage.data.called_number }}
|
||||
</a>
|
||||
</li>
|
||||
<li class="navbar-item-icon" ng-show="verto.data.connected">
|
||||
|
Loading…
x
Reference in New Issue
Block a user