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

8 lines
290 B
Smarty
Raw Normal View History

2024-04-06 13:25:13 +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>