summaryrefslogtreecommitdiff
path: root/tools/mmd/tracker.wsgi
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-23 20:00:22 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-23 20:00:22 +0000
commit72ff40dbb259fb47c60977d21071ec23c8ad4cb9 (patch)
tree18d1574af87ec218527160032dcc35ed4a726efa /tools/mmd/tracker.wsgi
parentCRX reset settings (diff)
- included satellite name into tracker telemetry table
git-svn-id: https://svn.spreadspace.org/mur.sat@149 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/tracker.wsgi')
-rw-r--r--tools/mmd/tracker.wsgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mmd/tracker.wsgi b/tools/mmd/tracker.wsgi
index cd64971..5f77fdd 100644
--- a/tools/mmd/tracker.wsgi
+++ b/tools/mmd/tracker.wsgi
@@ -40,6 +40,7 @@ def application (environ, response):
<div id="osm"></div>
<table class="current">
<tr>
+ <th class="telemetry">Satellite</th>
<th class="telemetry">Longitude</th>
<th class="telemetry">Latitude</th>
<th class="telemetry">Azimuth</th>
@@ -47,6 +48,8 @@ def application (environ, response):
<th class="telemetry">Altitude</th>
</tr>
<tr>
+ <td class="telemetry" id="name">
+ </td>
<td class="telemetry" id="longitude">
</td>
<td class="telemetry" id="latitude">