Resolve "Superficial UAT changes for release" #864

Merged
jankstudio merged 12 commits from 66-superficial-uat-changes-for-release into master 2018-04-03 05:55:22 +00:00
Showing only changes of commit 5eb73c7292 - Show all commits

View file

@ -528,8 +528,10 @@
<tr>
<th>Hub</th>
<th>Branch</th>
<!--
<th class="text-right">Distance</th>
<th class="text-right">Travel Time</th>
-->
<th class="text-right">Available Riders</th>
<th class="text-right">Jobs For Assignment</th>
<th>Contact Numbers</th> </tr>
@ -545,8 +547,10 @@
<tr data-lat="{{ hub.hub.getCoordinates.getLatitude }}" data-lng="{{ hub.hub.getCoordinates.getLongitude }}" data-id="{{ hub.hub.getID }}"{{ obj.getHub and obj.getHub.getID == hub.hub.getID ? ' class="m-table__row--primary"' }}>
<td>{{ hub.hub.getName }}</td>
<td>{{ hub.hub.getBranch }}</td>
<!--
<td class="text-right">{{ hub.distance ? hub.distance : '-' }}</td>
<td class="text-right">{{ hub.duration ? hub.duration : '-' }}</td>
-->
<td class="text-right">{{ hub.rider_count }}</td>
<td class="text-right">{{ hub.jo_count }}</td>
<td>{{ hub.hub.getContactNumbers }}</td>