From 5d28497f220b30ea5fe15bb30385658e281b972d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 14 Oct 2018 21:59:58 +0100 Subject: [PATCH] Replace old icons Signed-off-by: Michael Tremer --- src/templates/talk/modules/cdr.html | 4 ++-- src/templates/talk/modules/channels.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/talk/modules/cdr.html b/src/templates/talk/modules/cdr.html index 4e2acc40..374dfa92 100644 --- a/src/templates/talk/modules/cdr.html +++ b/src/templates/talk/modules/cdr.html @@ -11,7 +11,7 @@ {% if c.direction == "inbound" %} - + {% if c.callee %} {{ c.callee }} @@ -19,7 +19,7 @@ {{ c.callee_number }} {% end %} {% elif c.direction == "outbound" %} - + {% if c.caller %} {{ c.caller }} diff --git a/src/templates/talk/modules/channels.html b/src/templates/talk/modules/channels.html index 0bb8980e..c6e0b3c9 100644 --- a/src/templates/talk/modules/channels.html +++ b/src/templates/talk/modules/channels.html @@ -7,7 +7,7 @@ {% if chan.direction == "inbound" %} - + {% if chan.application == "conference" %} CONFERENCE @@ -31,7 +31,7 @@ {{ chan.called_number }} {% end %} {% elif chan.direction == "outbound" %} - + {% if chan.caller %} {{ chan.caller }} -- 2.47.3