File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Released TBD
1212* Fix auth state AuthnInstant (#2478 )
1313* Allow "Secure" cookie attribute via HTTP on localhost (#2483 )
1414* Fix override over errorURL
15+ * Fix FontAwesome icon names (#2509 )
1516
1617` authorize `
1718
Original file line number Diff line number Diff line change 5656 <a class =" pure-button copy hljs" data-clipboard-target =" #url-{{ key }}"
5757 title =" {% trans %}Copy to clipboard{% endtrans %}" ><span class =" fa fa-copy" ></span ></a >
5858 <a class =" pure-button hljs" href =" {{ set .url }}" >
59- <span class =" fa fa-external-link-square-alt " ></span >
59+ <span class =" fa fa-square-arrow-up-right " ></span >
6060 </a >
6161 </div >
6262 <code id =" url-{{ key }}" class =" code-box-content" >{{ set .url }}</code >
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments