cartodb-4.42/lib/assets/javascripts/builder/editor/layers/analysis-views/source-layer-analysis-view.tpl
2024-04-06 05:25:13 +00:00

22 lines
932 B
Smarty
Executable File

<p class="Editor-ListAnalysis-itemInfoTitle CDB-Text CDB-Size-small u-ellipsis u-flex" title="<%- tableName %>">
<span class="CDB-Text is-semibold CDB-Size-small u-rSpace u-upperCase" style="color: <%- bgColor %>">
<%- id %>
</span>
Source
<span class="Editor-ListAnalysis-title u-altTextColor u-lSpace u-ellipsis">
<%- tableName %>
</span>
</p>
<% if (isSync) { %>
<span class="Editor-ListAnalysis-itemInfoIcon">
<div class="u-flex u-alignCenter CDB-Text CDB-Size-small u-altTextColor SyncInfo-message--<%- state %> js-sync" data-tooltip="<% if (errorCode || errorMessage) { %><%- _t('dataset.sync.sync-failed') %><% } else { %><%- ranAt %><% } %>">
<i class="CDB-IconFont CDB-IconFont-wifi"></i>
</div>
</span>
<% } %>
<% if (customQueryApplied) { %>
<span class="Editor-ListAnalysis-itemInfoIcon Tag Tag--outline Tag-outline--dark CDB-Text CDB-Size-small js-sql">
SQL
</span>
<% } %>