Rework SystemController methods and paths, no functional changes

This commit is contained in:
2023-10-05 22:15:53 +11:00
parent c86d8d8952
commit fda68bba04
22 changed files with 380 additions and 403 deletions

View File

@@ -45,9 +45,9 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
</span>
<span class="input-helper">
@if(! $o->system_id)
Add a <a href="{{ url('ftn/system/addedit') }}">NEW System</a>
Add a <a href="{{ url('system/addedit') }}">NEW System</a>
@else
<a href="{{ url('ftn/system/addedit',[$o->system_id]) }}">Edit</a> System
<a href="{{ url('system/addedit',[$o->system_id]) }}">Edit</a> System
@endif
</span>
</div>