Added the ability to enable/disable flight table display below the map (#983)

* LiveMap Widget Upgrade

Added the ability to enable/disable flight table display below the map.

Default is on

* Update LiveMap.php

* Update LiveMap.php

* Update live_map.blade.php
This commit is contained in:
B.Fatih KOZ
2021-01-12 16:24:50 +03:00
committed by GitHub
parent 319a9fc8e1
commit 2b0056b7c5
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ class LiveMap extends Widget
protected $config = [
'height' => '800px',
'width' => '100%',
'table' => true,
];
/**