Initial commit

This commit is contained in:
zhongjin
2020-06-15 10:58:47 +08:00
commit 4f1dfe7564
8590 changed files with 1516878 additions and 0 deletions
@@ -0,0 +1,15 @@
<div class="u-flex u-alignCenter u-justifySpace">
<div class="u-flex u-alignCenter CDB-Text CDB-Size-small u-altTextColor SyncInfo-message--<%- state %> js-state">
<i class="CDB-IconFont CDB-IconFont-wifi"></i>
<p class="u-upperCase is-semibold u-lSpace">
<% if (errorCode || errorMessage) { %>
<%- _t('dataset.sync.sync-failed') %>
<% } else { %>
<%- ranAt %>
<% } %>
</p>
</div>
<% if (isOwner) { %>
<button class="CDB-Text CDB-Size-small u-upperCase js-options SyncInfo-viewOptions"><%- _t('dataset.sync.view-options') %></button>
<% } %>
</div>