view flight bids in flights screen #203

This commit is contained in:
Nabeel Shahzad
2018-03-20 11:28:06 -05:00
parent 06e1cd15c0
commit 4e59bd0442
9 changed files with 69 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
<div class="row">
<div class="col-md-12">
<h3 class="description">flight map</h3>
<h2 class="description">Current Flights</h2>
<div class="box-body">
<div id="map" style="width: {{ $config['width'] }}; height: {{ $config['height'] }}"></div>
</div>