From 44d5ece4a954dc42ebe0a5fdb3a63aaf6cc764d1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 1 Sep 2016 18:01:46 -0500 Subject: [PATCH] update display in vc --- html5/verto/verto_communicator/src/partials/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}