diff --git a/frontend/src/components/Breadcrumbs.vue b/frontend/src/components/Breadcrumbs.vue deleted file mode 100644 index 51b11f4c..00000000 --- a/frontend/src/components/Breadcrumbs.vue +++ /dev/null @@ -1,27 +0,0 @@ - - diff --git a/frontend/src/pages/CallLog.vue b/frontend/src/pages/CallLog.vue index 85109638..2475e61e 100644 --- a/frontend/src/pages/CallLog.vue +++ b/frontend/src/pages/CallLog.vue @@ -15,9 +15,9 @@
-
+
Call details
-
+
{{ callLog.data.type == 'Incoming' ? 'Inbound' : 'Outbound' }} call @@ -48,7 +48,7 @@ :label="callLog.data.caller.label" size="xl" /> -
+
{{ callLog.data.caller.label }}
@@ -56,13 +56,13 @@ {{ callLog.data.from }}
- + -
+
{{ callLog.data.receiver.label }}
@@ -74,13 +74,13 @@
- +
Duration
{{ callLog.data.duration }}
{{ timeAgo(callLog.data.creation) }} @@ -91,7 +91,7 @@
Call recording
-
+