mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-29 11:35:56 +00:00
19 lines
421 B
Handlebars
19 lines
421 B
Handlebars
{{#if getEntitiesTask.isRunning}}
|
|
|
|
<div class="browse-viewport__loading">
|
|
{{pendulum-ellipsis-animation}}
|
|
</div>
|
|
|
|
{{else}}
|
|
{{#if getEntitiesTask.last.isError}}
|
|
|
|
{{empty-state
|
|
heading="An error occurred getting entities"
|
|
subHead=getEntitiesTask.last.error
|
|
}}
|
|
|
|
{{else}}
|
|
{{browser/browser-viewport currentEntity=currentEntity entities=entities entityRoute=entityRoute}}
|
|
{{/if}}
|
|
{{/if}}
|