DEV: replace "warning" icons with "exclamation-triangle"

This commit is contained in:
Penar Musaraj 2020-01-06 12:52:27 -05:00
parent d811b0c7a3
commit 86516dadbb
2 changed files with 2 additions and 2 deletions

View File

@ -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}}

View File

@ -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>