DEV: replace "warning" icons with "exclamation-triangle"
This commit is contained in:
parent
d811b0c7a3
commit
86516dadbb
|
@ -18,7 +18,7 @@
|
|||
|
||||
{{#if othersDirty}}
|
||||
<div class="warning">
|
||||
{{d-icon "warning"}}
|
||||
{{d-icon "exclamation-triangle"}}
|
||||
{{i18n "explorer.others_dirty"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<div>
|
||||
<dt class="{{if col.sensitive "sensitive"}}" title="{{if col.sensitive (i18n "explorer.schema.sensitive")}}">
|
||||
{{#if col.sensitive}}
|
||||
{{d-icon "warning"}}
|
||||
{{d-icon "exclamation-triangle"}}
|
||||
{{/if}}
|
||||
{{col.column_name}}
|
||||
</dt>
|
||||
|
|
Loading…
Reference in New Issue