mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
DEV: Update deprecated Font Awesome icon names (#343)
This commit is contained in:
parent
bdff229ca0
commit
4c8b164127
@ -1,3 +1,4 @@
|
||||
< 3.4.0.beta2-dev: bdff229ca088ead9512ba333eea4fdbbb258b250
|
||||
< 3.4.0.beta1-dev: 2d0dc39767f0c68d333f113c550731a5546c3137
|
||||
< 3.3.0.beta1-dev: ebe71a7a138c856d88737eb11b5096a42d4fbaf3
|
||||
< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c
|
||||
|
@ -19,7 +19,7 @@
|
||||
title={{if col.sensitive (i18n "explorer.schema.sensitive")}}
|
||||
>
|
||||
{{#if col.sensitive}}
|
||||
{{d-icon "exclamation-triangle"}}
|
||||
{{d-icon "triangle-exclamation"}}
|
||||
{{/if}}
|
||||
{{col.column_name}}
|
||||
</dt>
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
{{#if this.othersDirty}}
|
||||
<div class="warning">
|
||||
{{d-icon "exclamation-triangle"}}
|
||||
{{d-icon "triangle-exclamation"}}
|
||||
{{i18n "explorer.others_dirty"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
@ -90,7 +90,7 @@
|
||||
{{this.selectedItem.name}}
|
||||
{{#unless this.editDisabled}}
|
||||
<a href {{action "editName"}} class="edit-query-name">
|
||||
{{d-icon "pencil-alt"}}
|
||||
{{d-icon "pencil"}}
|
||||
</a>
|
||||
{{/unless}}
|
||||
</h1>
|
||||
|
@ -14,9 +14,9 @@ register_asset "stylesheets/explorer.scss"
|
||||
register_svg_icon "caret-down"
|
||||
register_svg_icon "caret-right"
|
||||
register_svg_icon "chevron-left"
|
||||
register_svg_icon "exclamation-circle"
|
||||
register_svg_icon "circle-exclamation"
|
||||
register_svg_icon "info"
|
||||
register_svg_icon "pencil-alt"
|
||||
register_svg_icon "pencil"
|
||||
register_svg_icon "upload"
|
||||
|
||||
add_admin_route "explorer.title", "explorer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user