1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/frontend/templates/machines/edit.html
2023-02-15 10:27:57 +01:00

17 lines
536 B
HTML

<section class="heading b-b">
<div class="row no-gutter">
<div class="col-xs-2 col-sm-2 col-md-1">
<section class="heading-btn">
<a ng-click="cancel()"><i class="fas fa-long-arrow-alt-left"></i></a>
</section>
</div>
<div class="col-xs-10 col-sm-10 col-md-8 b-l b-r-md">
<section class="heading-title">
<h1>{{ machine.name }}</h1>
</section>
</div>
</div>
</section>
<machine-form action="'update'" machine="machine" on-error="onError" on-success="onSuccess"></machine-form>