Update deprecated icon names

This commit is contained in:
Penar Musaraj 2019-07-16 12:55:26 -04:00
parent 32877ce8f8
commit 4336374d27
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<div class="pull-right"> <div class="pull-right">
{{d-button {{d-button
action=(route-action "showSettings") action=(route-action "showSettings")
icon="gear" icon="cog"
title="chat_integration.settings" title="chat_integration.settings"
label="chat_integration.settings"}} label="chat_integration.settings"}}
</div> </div>

View File

@ -3,7 +3,7 @@
{{d-button {{d-button
action=editChannel action=editChannel
actionParam=channel actionParam=channel
icon="pencil" icon="pencil-alt"
title="chat_integration.edit_channel" title="chat_integration.edit_channel"
label="chat_integration.edit_channel"}} label="chat_integration.edit_channel"}}
@ -19,7 +19,7 @@
class='cancel' class='cancel'
action=(action "deleteChannel") action=(action "deleteChannel")
actionParam=channel actionParam=channel
icon="trash" icon="trash-alt"
title="chat_integration.delete_channel" title="chat_integration.delete_channel"
label="chat_integration.delete_channel"}} label="chat_integration.delete_channel"}}
</div> </div>

View File

@ -31,14 +31,14 @@
{{d-button {{d-button
action=edit action=edit
actionParam=rule actionParam=rule
icon="pencil" icon="pencil-alt"
class="edit" class="edit"
title="chat_integration.rule_table.edit_rule"}} title="chat_integration.rule_table.edit_rule"}}
{{d-button {{d-button
action=(action "delete") action=(action "delete")
actionParam=rule actionParam=rule
icon="trash-o" icon="far-trash-alt"
class="delete" class="delete"
title="chat_integration.rule_table.delete_rule"}} title="chat_integration.rule_table.delete_rule"}}
</td> </td>