From: Anthony Minessale Date: Thu, 1 Sep 2016 23:01:46 +0000 (-0500) Subject: update display in vc X-Git-Tag: v1.6.11~9^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d5ece4a954dc42ebe0a5fdb3a63aaf6cc764d1;p=thirdparty%2Ffreeswitch.git update display in vc --- diff --git a/html5/verto/verto_communicator/src/partials/menu.html b/html5/verto/verto_communicator/src/partials/menu.html index 8dee97b35d..53500a8920 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 != 'connected' ? 'LAST_CALL' : 'IN_CALL' | translate }} {{ verto.data.call ? "(" + verto.data.call.params.remote_caller_id_name + ") - " + verto.data.call.params.remote_caller_id_number : storage.data.called_number }} + {{ storage.data.called_number && storage.data.userStatus != 'connected' ? 'LAST_CALL' : '' | translate }} {{ verto.data.call ? verto.data.call.params.remote_caller_id_name + " - " + verto.data.call.params.remote_caller_id_number : storage.data.called_number }}