diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-29 00:04:34 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-29 00:04:34 +0300 |
| commit | f81e855b71ebac0845fe06fe0bd06cdbf7b1cc7e (patch) | |
| tree | d33eb0ba32d6cf375f7e3bc70966bdcadef88620 /iss/templates | |
| parent | 723a686cfc1e5c91e3837499f22c7a56b1c77620 (diff) | |
Small changesvue
Diffstat (limited to 'iss/templates')
| -rw-r--r-- | iss/templates/passes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index 5e4ce06..63ef325 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -28,7 +28,7 @@ <th>Azimuth</th> </tr> <tr class="pa1" v-for="pred in localizedPredictions"> - <td>[[ pred.length ]]</td> + <td class="f5">[[ pred.length_mins ]]</td> <td>[[ pred.date ]]</td> <td>[[ pred.rise.time ]]</td> <td> @@ -40,7 +40,7 @@ <span class="f4">[[ pred.culminate.direction ]]</span> <span class="f6 mid-gray">[[ pred.culminate.azimuth ]]</span> </td> - <td>[[ pred.culminate.degrees ]]</td> + <td class="f4">[[ pred.culminate.degrees ]]</td> <td>[[ pred.culminate.distance ]]</td> <td>[[ pred.set.time ]]</td> <td> |
