diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue index d71bcb69..57c86c23 100644 --- a/frontend/src/components/Activities.vue +++ b/frontend/src/components/Activities.vue @@ -431,17 +431,16 @@
+ + -
-
- {{ +
+
+ + + {{ activity.caller.label }} + + {{ activity.type == 'Incoming' - ? __('Inbound Call') - : __('Outbound Call') - }} + ? __('has reached out') + : __('has made a call') + }}
-
+
{{ __(timeAgo(activity.creation)) }} @@ -612,75 +634,77 @@
-
-
- -
{{ __('Duration') }}
-
- {{ activity.duration }} +
+
+
+
+ {{ + activity.type == 'Incoming' + ? __('Inbound Call') + : __('Outbound Call') + }} +
+
+ +
+
+
+ + + + + + + + + +
- -
- {{ - activity.show_recording - ? __('Hide Recording') - : __('Listen to Call') - }} -
-
-
-
- -
-
-
- -
-
- {{ __(activity.caller.label) }} -
-
- {{ activity.from }} -
-
-
- -
- -
-
- {{ __(activity.receiver.label) }} -
-
- {{ activity.to }} -
-
+
@@ -904,6 +928,7 @@ />