el: '#campList',
collection: campTasks});
+ // Member Leads
+ var leadsTasks = new Tasks([
+ ]);
+ leadsTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ leadsTasks.fetch({cache: false, async:true, data: {pid: 4047, t: bTime}});
+ var leadsList = new TaskListView({
+ el: '#leadsList',
+ collection: leadsTasks});
+
});
</thead>
</table>
</div>
+
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <h3><a href="../project.php?pid=4047" target="_blank">Member Leads</a></h3>
+ <table id="leadsList"
+ class="table table-condensed table-striped table-bordered table-hover">
+ <thead>
+ <tr>
+ <th>Employee</th>
+ <th>Status</th>
+ <th>Task Name</th>
+ <th>Deadline</th>
+ </tr>
+ </thead>
+ </table>
+ </div>
</div>