diff --git a/Apollo/assets/views/dashboard.html b/Apollo/assets/views/dashboard.html index 0d256d51..4ff1136e 100644 --- a/Apollo/assets/views/dashboard.html +++ b/Apollo/assets/views/dashboard.html @@ -16,17 +16,18 @@
| Lead Name | Mobile No | Activity | +Followup On | Status | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{today.TrackingID}} | -{{today.LeadName}} | -{{today.MobileNumber}} | -{{today.ListName}} | -{{today.statusListName}} | -{{today.statusListName}} | - - - +{{pending.TrackingID}} | +{{pending.LeadName}} | +{{pending.MobileNumber}} | +{{pending.ListName}} | +{{pending.FollowupOn}} | +{{pending.statusListName}} |
| Tracking ID | +Lead Name | +Mobile No | +Activity | +Followup On | +Status | + +|
|---|---|---|---|---|---|---|
| {{lead.TrackingID}} | +{{lead.LeadName}} | +{{lead.MobileNumber}} | +{{lead.ListName}} | +{{lead.FollowupOn}} | +{{lead.statusListName}} | +{{lead.statusListName}} |