Add Pellston Airport project
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Mar 2016 16:42:04 +0000 (11:42 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Mar 2016 16:42:04 +0000 (11:42 -0500)
dash/app.js
index.html

index a5c5518..3b50a36 100644 (file)
@@ -103,5 +103,14 @@ $(document).ready(function(){
         el: '#emmetList',
         collection: emmetTasks});
 
+    // Pellston Airport
+    var pellstonTasks = new Tasks([
+    ]);
+    pellstonTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    pellstonTasks.fetch({cache: false, async:true, data: {pid: 3901, t: bTime}});
+    var pellstonList = new TaskListView({
+        el: '#pellstonList',
+        collection: pellstonTasks});
+
 
 });
index 3eccff9..beeb392 100644 (file)
@@ -84,8 +84,8 @@
                     </table>
                 </div>
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3977" target="_blank">Sault Ste Marie</a></h3>
-                    <table id="ssmList"
+                    <h3><a href="../project.php?pid=3901" target="_blank">Pellston Airport</a></h3>
+                    <table id="pellstonList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
@@ -96,8 +96,7 @@
                             </tr>
                         </thead>
                     </table>
-                </div>
-            </div>
+                </div>            </div>
 
             <div class="row">
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
                         </thead>
                     </table>
                 </div>
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    <h3><a href="../project.php?pid=3977" target="_blank">Sault Ste Marie</a></h3>
+                    <table id="ssmList"
+                        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>