From: Davide Colombo Date: Mon, 21 Mar 2016 10:58:34 +0000 (+0100) Subject: FS-8963 - [verto_communicator] fix label status call X-Git-Tag: v1.6.7^2~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7525bffccc0cfb4b3e860e8bcdc10e342641d443;p=thirdparty%2Ffreeswitch.git FS-8963 - [verto_communicator] fix label status call --- diff --git a/html5/verto/verto_communicator/src/partials/menu.html b/html5/verto/verto_communicator/src/partials/menu.html index aa6ffe0661..bd62f8fe17 100644 --- a/html5/verto/verto_communicator/src/partials/menu.html +++ b/html5/verto/verto_communicator/src/partials/menu.html @@ -38,7 +38,7 @@
  • - {{ 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 }}