Minor layout fixes, and link fixes. Changed notes to be optional in systems table
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<div class="col-9">
|
||||
<p>This system is aware of the following systems:</p>
|
||||
|
||||
@if (\App\Models\System::count() == 0)
|
||||
@@ -37,7 +37,7 @@
|
||||
<tbody>
|
||||
@can('admin',(new \App\Models\System))
|
||||
<tr>
|
||||
<td colspan="6"><a href="{{ url('ftn/domain/addedit') }}">Add New System</a></td>
|
||||
<td colspan="6"><a href="{{ url('ftn/system/addedit') }}">Add New System</a></td>
|
||||
</tr>
|
||||
@endcan
|
||||
@foreach (\App\Models\System::orderBy('name')->cursor() as $oo)
|
||||
|
Reference in New Issue
Block a user