refacactor: tidying up server entrypoint

This commit is contained in:
Per Stark
2025-02-18 13:26:06 +01:00
parent 1353da5641
commit ab52616c8b
13 changed files with 259 additions and 218 deletions

View File

@@ -11,11 +11,18 @@ hx-swap="outerHTML"
<div class="form-control">
<label class="floating-label">
<span class="label-text">Entity Name</span>
<span class="label-text">Name</span>
<input type="text" name="name" value="{{ entity.name }}" class="input input-bordered w-full">
</label>
</div>
<div class="form-control">
<label class="floating-label">
<span class="label-text">Type</span>
<input type="text" name="name" value="{{ entity.entity_type}}" class="input input-bordered w-full">
</label>
</div>
<input type="text" name="id" value="{{ entity.id }}" class="hidden">
<div class="form-control">