add think dunes to list
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 12:00:51 +0000 (08:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 12:00:51 +0000 (08:00 -0400)
dash/app.js
index.html

index 02c5753..fcf3003 100644 (file)
@@ -50,13 +50,13 @@ $(document).ready(function(){
         collection: gaslightTasks});
 
     // Starline
-    var starlineTasks = new Tasks([
+    var thinkdunesTasks = new Tasks([
     ]);
-    starlineTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    starlineTasks.fetch({cache: false, async:true, data: {pid: 3727, t: bTime}});
-    var starlineList = new TaskListView({
-        el: '#starlineList',
-        collection: starlineTasks});
+    thinkdunesTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    thinkdunesTasks.fetch({cache: false, async:true, data: {pid: 3727, t: bTime}});
+    var thinkdunesList = new TaskListView({
+        el: '#thinkdunesList',
+        collection: thinkdunesTasks});
 
     // Events Plugin
     var eventsTasks = new Tasks([
index c67ebf9..d32705a 100644 (file)
                 </div>
             </div>
 
+            <div class="row">
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    <h3><a href="../project.php?pid=3988" target="_blank">Think Dunes</a></h3>
+                    <table id="starlineList"
+                        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>
 
             <div class="row">
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">