mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-06-28 18:42:11 +00:00
DEV: replace "warning" icons with "exclamation-triangle"
This commit is contained in:
parent
d811b0c7a3
commit
86516dadbb
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{{#if othersDirty}}
|
{{#if othersDirty}}
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
{{d-icon "warning"}}
|
{{d-icon "exclamation-triangle"}}
|
||||||
{{i18n "explorer.others_dirty"}}
|
{{i18n "explorer.others_dirty"}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<dt class="{{if col.sensitive "sensitive"}}" title="{{if col.sensitive (i18n "explorer.schema.sensitive")}}">
|
<dt class="{{if col.sensitive "sensitive"}}" title="{{if col.sensitive (i18n "explorer.schema.sensitive")}}">
|
||||||
{{#if col.sensitive}}
|
{{#if col.sensitive}}
|
||||||
{{d-icon "warning"}}
|
{{d-icon "exclamation-triangle"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{col.column_name}}
|
{{col.column_name}}
|
||||||
</dt>
|
</dt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user