753804b71b
* Better error handling around ACARS position updates * Add step for decimals on fuel block/used fields closes #340 * Styling * Rename AcarsController to LiveMapController; update JS dependencies
8 lines
118 B
PHP
8 lines
118 B
PHP
@extends('app')
|
|
@section('title', __('common.livemap'))
|
|
|
|
@section('content')
|
|
{{ Widget::liveMap() }}
|
|
@endsection
|
|
|