Make it clear that phone on system is for the BBS phone number
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 42s Details
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m48s Details
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s Details

This commit is contained in:
Deon George 2024-06-27 10:40:19 +10:00
parent dcf34d9be2
commit 3333679fc6
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ use App\Models\{Mailer,User};
<div class="row">
<!-- Address -->
<div class="col-6">
<label for="address" class="form-label">BBS Internet Hostname</label>
<label for="address" class="form-label">Mailer Internet Hostname</label>
<div class="input-group has-validation">
<span class="input-group-text"><i class="bi bi-globe"></i></span>
<input type="text" class="w-75 form-control @error('address') is-invalid @enderror" id="address" placeholder="FQDN" name="address" value="{{ old('address',$o->address) }}" @cannot($action,$o)readonly @endcannot>
@ -127,7 +127,7 @@ use App\Models\{Mailer,User};
<!-- Phone -->
<div class="col-4">
<label for="phone" class="form-label">Phone</label>
<label for="phone" class="form-label">Mailer Modem Phone Number</label>
<div class="input-group has-validation">
<span class="input-group-text"><i class="bi bi-telephone-fill"></i></span>
<input type="text" class="form-control @error('phone') is-invalid @enderror" id="phone" placeholder="Phone" name="phone" value="{{ old('phone',$o->phone) }}" @cannot($action,$o)readonly @endcannot>