Skip to content

Commit 2a7f7d8

Browse files
committed
1 parent 1730f2c commit 2a7f7d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/admin/templates/federation.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<a class="pure-button copy hljs" data-clipboard-target="#url-{{ key }}"
5656
title="{% trans %}Copy to clipboard{% endtrans %}"><span class="fa fa-copy"></span></a>
5757
<a class="pure-button hljs" href="{{ set.url }}">
58-
<span class="fa fa-external-link-square-alt"></span>
58+
<span class="fa fa-square-arrow-up-right"></span>
5959
</a>
6060
</div>
6161
<code id="url-{{ key }}" class="code-box-content">{{ set.url }}</code>

modules/core/templates/logout-iframe.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
{%- for key, sp in remaining_services %}
3838
{%- set timeout = 5 %}
3939
{%- set name = sp['metadata']|entityDisplayName %}
40-
{%- set icon = 'circle-o-notch' %}
40+
{%- set icon = 'circle-notch' %}
4141
{%- if sp['status'] == 'completed' %}
42-
{%- set icon = 'check-circle' %}
42+
{%- set icon = 'circle-check' %}
4343
{%- elseif sp['status'] == 'failed' %}
44-
{%- set icon = 'exclamation-circle' %}
44+
{%- set icon = 'circle-exclamation' %}
4545
{%- set failed = true %}
4646
{%- elseif (sp['status'] == 'onhold' or sp['status'] == 'inprogress') %}
4747
{%- set remaining = remaining + 1 %}

0 commit comments

Comments
 (0)