Added ability to edit hardware components

This commit is contained in:
Gregory Ballantine
2025-06-26 12:17:05 -04:00
parent 1a7e41edb2
commit e9e43187e4
4 changed files with 75 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<div class="row">
<div class="twelve columns">
<h1>{{ component.name }}</h1>
<p><a href="{{ url_for('component.edit', { component_id: component.id }) }}">Edit</a></p>
<p>{{ component.type }}</p>
</div>
</div>