1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/app/frontend/templates/dashboard/children.html
2023-07-04 15:01:06 +02:00

12 lines
264 B
HTML

<div>
<section class="heading">
<div class="row no-gutter">
<ng-include src="'/dashboard/nav.html'"></ng-include>
</div>
</section>
<children-list user="currentUser" operator="currentUser" on-success="onSuccess" on-error="onError" />
</div>