DEV: Update more deprecated Font Awesome icon names (#240)
This commit is contained in:
parent
33816f184d
commit
d93cffcbd5
|
@ -2,7 +2,7 @@
|
||||||
<div class="channel-header">
|
<div class="channel-header">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<DButton
|
<DButton
|
||||||
@icon="pencil-alt"
|
@icon="pencil"
|
||||||
@title="chat_integration.edit_channel"
|
@title="chat_integration.edit_channel"
|
||||||
@label="chat_integration.edit_channel"
|
@label="chat_integration.edit_channel"
|
||||||
@action={{fn @editChannel @channel}}
|
@action={{fn @editChannel @channel}}
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<DButton
|
<DButton
|
||||||
@icon="trash-alt"
|
@icon="trash-can"
|
||||||
@title="chat_integration.delete_channel"
|
@title="chat_integration.delete_channel"
|
||||||
@label="chat_integration.delete_channel"
|
@label="chat_integration.delete_channel"
|
||||||
@action={{fn this.deleteChannel @channel}}
|
@action={{fn this.deleteChannel @channel}}
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<span class="channel-title">
|
<span class="channel-title">
|
||||||
{{#if @channel.error_key}}
|
{{#if @channel.error_key}}
|
||||||
<DButton
|
<DButton
|
||||||
@icon="exclamation-triangle"
|
@icon="triangle-exclamation"
|
||||||
@action={{fn @showError @channel}}
|
@action={{fn @showError @channel}}
|
||||||
class="delete btn-danger"
|
class="delete btn-danger"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -29,14 +29,14 @@
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<DButton
|
<DButton
|
||||||
@icon="pencil-alt"
|
@icon="pencil"
|
||||||
@title="chat_integration.rule_table.edit_rule"
|
@title="chat_integration.rule_table.edit_rule"
|
||||||
@action={{fn @edit @rule}}
|
@action={{fn @edit @rule}}
|
||||||
class="edit"
|
class="edit"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<DButton
|
<DButton
|
||||||
@icon="far-trash-alt"
|
@icon="far-trash-can"
|
||||||
@title="chat_integration.rule_table.delete_rule"
|
@title="chat_integration.rule_table.delete_rule"
|
||||||
@action={{fn this.delete @rule}}
|
@action={{fn this.delete @rule}}
|
||||||
class="delete"
|
class="delete"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<DButton
|
<DButton
|
||||||
@icon="cog"
|
@icon="gear"
|
||||||
@title="chat_integration.settings"
|
@title="chat_integration.settings"
|
||||||
@label="chat_integration.settings"
|
@label="chat_integration.settings"
|
||||||
@action={{route-action "showSettings"}}
|
@action={{route-action "showSettings"}}
|
||||||
|
|
Loading…
Reference in New Issue