Aktueller Stand

Signed-off-by: Fabian Thielen <info@fabian-thielen.de>
This commit is contained in:
2021-08-23 14:41:28 +02:00
committed by Fabian Thielen
parent e140580536
commit 797aff102c
8 changed files with 57 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
@section('title', $title)
@section('content')
<form action="{{ Route("records.add") }}" method="post">
<form action="{{ Route("records.add") }}" method="post" id="form-add-record">
<div class="field">
<label for="domain" class="label">{{ __("views.domain") }}</label>
<div class="control">
@@ -17,6 +17,8 @@
</div>
</div>
<input type="hidden" name="hash" id="record-hash">
<div class="field">
<label for="type" class="label">{{ __("views.type") }}</label>
<div class="control">