Spaces:
Running
Running
up
Browse files- database.db +0 -0
- templates/admin_data.html +2 -0
database.db
CHANGED
Binary files a/database.db and b/database.db differ
|
|
templates/admin_data.html
CHANGED
@@ -114,6 +114,7 @@
|
|
114 |
<thead>
|
115 |
<tr>
|
116 |
<th>Device ID</th>
|
|
|
117 |
<th>Latitude</th>
|
118 |
<th>Longitude</th>
|
119 |
<th>Timestamp</th>
|
@@ -124,6 +125,7 @@
|
|
124 |
{% for record in records %}
|
125 |
<tr>
|
126 |
<td>{{ record.device_id }}</td>
|
|
|
127 |
<td>{{ record.latitude }}</td>
|
128 |
<td>{{ record.longitude }}</td>
|
129 |
<td>{{ record.timestamp }}</td>
|
|
|
114 |
<thead>
|
115 |
<tr>
|
116 |
<th>Device ID</th>
|
117 |
+
<th>UUID</th>
|
118 |
<th>Latitude</th>
|
119 |
<th>Longitude</th>
|
120 |
<th>Timestamp</th>
|
|
|
125 |
{% for record in records %}
|
126 |
<tr>
|
127 |
<td>{{ record.device_id }}</td>
|
128 |
+
<td>{{ record.uuid }}</td>
|
129 |
<td>{{ record.latitude }}</td>
|
130 |
<td>{{ record.longitude }}</td>
|
131 |
<td>{{ record.timestamp }}</td>
|