Changed to using new Address Model, Implemented Setup, Some minor CSS changes
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-2">
|
||||
<label for="ztid" class="form-label">ZeroTier ID</label>
|
||||
<label for="ztid" class="form-label">ZeroTier Network ID</label>
|
||||
<div class="input-group has-validation">
|
||||
<span class="input-group-text"><i class="bi bi-shield-lock-fill"></i></span>
|
||||
<input type="text" class="form-control @error('ztid') is-invalid @enderror" id="ztid" placeholder="ZeroTier" name="ztid" value="{{ old('ztid',$o->ztid) }}" @cannot('admin',$o)disabled @endcannot>
|
||||
|
Reference in New Issue
Block a user