diff --git a/app/Http/Controllers/ZoneController.php b/app/Http/Controllers/ZoneController.php index 3fcdd5c..c96bf5a 100644 --- a/app/Http/Controllers/ZoneController.php +++ b/app/Http/Controllers/ZoneController.php @@ -126,9 +126,4 @@ class ZoneController extends Controller 'default' => (bool)$request->set, ]); } - - public function home() - { - return view('zone.home'); - } } diff --git a/resources/views/layouts/partials/sidebar.blade.php b/resources/views/layouts/partials/sidebar.blade.php index 1033809..3d36713 100644 --- a/resources/views/layouts/partials/sidebar.blade.php +++ b/resources/views/layouts/partials/sidebar.blade.php @@ -27,7 +27,7 @@
In FTN network addresses, a zone is the 3rd dimension and used when a system supports 3D (or better) addressing, ie: zone:net/node.point@domain.
Zones are used with domains to uniquely identify a FTN network. Within an FTN network there can be multiple zones with the same domain.
It is rare that a domain has multiple zones - unless it grows quite large. Zones can also be used to group systems into a common boundary.
-This system is aware of the following zones in each domain @can('admin',(new \App\Models\Zone))(you can add more)@endcan:
+This system is aware of the following zones in each domain @can('admin',(new \App\Models\Zone))(you can add more)@endcan:
There are no zones setup, to set up your first.
+There are no zones setup, to set up your first.
@elseThere are no zones - you need to ask an admin to create one for you.
@endcan @@ -38,7 +38,7 @@ @foreach (\App\Models\Zone::orderBy('zone_id')->with(['domain','addresses'])->get() as $oo)