Removed unnessary controller functions that just call a view, HTML/CSS consistency updates
This commit is contained in:
@@ -10,19 +10,15 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2>Site Setup</h2>
|
||||
</div>
|
||||
</div>
|
||||
<form class="needs-validation" method="post" novalidate>
|
||||
@csrf
|
||||
|
||||
<div class="row pt-0">
|
||||
<div class="col-12">
|
||||
<div class="greyframe titledbox shadow0xb0">
|
||||
<h2 class="cap">@if($o->exists) Update @else Initial @endif Setup</h2>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2>Site Setup</h2>
|
||||
|
||||
<form class="row g-0 needs-validation" method="post" novalidate>
|
||||
@csrf
|
||||
<div class="greyframe titledbox shadow0xb0">
|
||||
<h2 class="cap">@if($o->exists) Update @else Initial @endif Setup</h2>
|
||||
|
||||
<div class="row">
|
||||
<!-- System -->
|
||||
@@ -298,10 +294,10 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
|
||||
</div>
|
||||
@endcan
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@endsection
|
||||
|
||||
@section('page-css')
|
||||
|
Reference in New Issue
Block a user