mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-17 23:14:08 +01:00
refacactor: tidying up server entrypoint
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user