cartodb/lib/assets/javascripts/dashboard/views/public-dataset/public-table-view/empty-table-public.tpl

8 lines
290 B
Smarty
Raw Normal View History

2020-06-15 10:58:47 +08:00
<div class="emptyTableContainer">
<div class="emptyPublicTableInfo emptynessInfo">
<h4>This dataset is empty</h4>
<p>If you are the owner of this dataset remember to login and add your desired rows.</p>
<p>If not, you cant do anything interesting here.</p>
</div>
</div>