Fix text lable for Nodelist file

This commit is contained in:
Deon George 2024-05-25 20:03:23 +10:00
parent 9f3b9f692a
commit 0e1d5b3239
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@
<div class="col-4">
@if ($o->managed())
@if ($o->nodelist_filename)
<label for="nodelist_filename" class="form-label">Nodelist Filearea</label>
<label for="nodelist_filename" class="form-label">Nodelist File</label>
<div class="input-group">
<span class="input-group-text"><i class="bi bi bi-file-earmark-break-fill"></i></span>
<input type="text" class="form-control" id="nodelist_filename" placeholder="Nodelist" name="nodelist_filename" value="{{ $o->nodelist_filename }}" readonly>
</div>
@else
No Nodelist filearea
No Nodelist file
@endif
@else
This domain is not configured here.