mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-26 10:06:13 +00:00
17 lines
269 B
Handlebars
17 lines
269 B
Handlebars
{{#search/filter-rail header=header as |rail|}}
|
|
|
|
{{#if nodesTask.isRunning}}
|
|
<div class="nacho-filter-rail__loading">
|
|
{{pendulum-ellipsis-animation}}
|
|
</div>
|
|
{{else}}
|
|
|
|
{{rail.links
|
|
links=nodes}}
|
|
|
|
{{/if}}
|
|
|
|
{{/search/filter-rail}}
|
|
|
|
{{yield}}
|