DEV: replace "warning" icons with "exclamation-triangle"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user