]> git.ipfire.org Git - ipfire.org.git/commitdiff
Replace old icons
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 20:59:58 +0000 (21:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 20:59:58 +0000 (21:59 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/talk/modules/cdr.html
src/templates/talk/modules/channels.html

index 4e2acc4091c80de426689859c7e1a0186cfaca82..374dfa922c2bbffaa8ea6c478156e592da274490 100644 (file)
@@ -11,7 +11,7 @@
                        <tr>
                                <td>
                                        {% if c.direction == "inbound" %}
-                                               <span class="oi oi-arrow-right text-danger"></span>
+                                               <span class="fas fa-arrow-right text-danger"></span>
 
                                                {% if c.callee %}
                                                        <a href="/users/{{ c.callee.uid }}">{{ c.callee }}</a>
@@ -19,7 +19,7 @@
                                                        {{ c.callee_number }}
                                                {% end %}
                                        {% elif c.direction == "outbound" %}
-                                               <span class="oi oi-arrow-left text-success"></span>
+                                               <span class="fas fa-arrow-left text-success"></span>
 
                                                {% if c.caller %}
                                                        <a href="/users/{{ c.caller.uid }}">{{ c.caller }}</a>
index 0bb8980e859f0ecbfd3b56e6c41edc6416e628eb..c6e0b3c9eb0403722896114e5e0e3df4904ed61f 100644 (file)
@@ -7,7 +7,7 @@
                                                <tr>
                                                        <td>
                                                                {% if chan.direction == "inbound" %}
-                                                                       <span class="oi oi-arrow-right text-danger"></span>
+                                                                       <span class="fas fa-arrow-right text-danger"></span>
 
                                                                        {% if chan.application == "conference" %}
                                                                                CONFERENCE
@@ -31,7 +31,7 @@
                                                                                {{ chan.called_number }}
                                                                        {% end %}
                                                                {% elif chan.direction == "outbound" %}
-                                                                       <span class="oi oi-arrow-right text-success"></span>
+                                                                       <span class="fas fa-arrow-right text-success"></span>
 
                                                                        {% if chan.caller %}
                                                                                <a href="/users/{{ chan.caller.uid }}">{{ chan.caller }}</a>