1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/frontend/templates/admin/machines/machines.html
2022-12-20 18:45:53 +01:00

20 lines
684 B
HTML

<section class="m-lg"
ui-tour="machines"
ui-tour-backdrop="true"
ui-tour-template-url="'/shared/tour-step-template.html'"
ui-tour-use-hotkeys="true"
ui-tour-scroll-parent-id="content-main"
post-render="setupMachinesTour">
<machines-list user="currentUser"
on-error="onError"
on-success="onSuccess"
on-show-machine="showMachine"
on-reserve-machine="reserveMachine"
on-login-requested="onLoginRequest"
on-enroll-requested="onEnrollRequest"
can-propose-packs="canProposePacks()">
</machines-list>
</section>