Remove the flight fields link from admin #614 (#615)

* Remove the flight fields link from admin #614

* Change flight_field_value col to be nullable

* Fix updater design
This commit is contained in:
Nabeel S
2020-03-04 09:49:51 -05:00
committed by GitHub
parent b1e745844a
commit 174b602d7c
3 changed files with 39 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
@section('actions')
<li><a href="{{ route('admin.flights.export') }}"><i class="ti-plus"></i>Export to CSV</a></li>
<li><a href="{{ route('admin.flights.import') }}"><i class="ti-plus"></i>Import from CSV</a></li>
<li><a href="{{ route('admin.flightfields.index') }}"><i class="ti-plus"></i>Fields</a></li>
<li>
<a href="{{ route('admin.flights.create') }}">
<i class="ti-plus"></i>