mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
This commit is contained in:
@@ -982,7 +982,7 @@ EOF
|
||||
|
||||
[[ "$PLANETWEET" != "" ]] && printf "<li>Click on the word "yes" in the <b>Tweeted</b> column to see the Tweet.\n<li>Note that tweets are issued after a slight delay\n"
|
||||
(( $(find "$TMPDIR"/noisecapt-spectro*.png -daystart -maxdepth 1 -mmin -1440 -print 2>/dev/null | wc -l ) > 0 )) && printf "<li>Click on the word "Spectrogram" to see the audio spectrogram of the noisiest period while the aircraft was in range\n"
|
||||
[[ "$PLANEALERT" == "ON" ]] && printf "<li>See a list of aircraft matching the station's Alert List <a href=\"plane-alert\" target=\"_blank\">here</a>\n"
|
||||
chk_enabled "$PLANEALERT" && printf "<li>See a list of aircraft matching the station's Alert List <a href=\"%s\" target=\"_blank\">here</a>\n" "${PA_LINK:-plane-alert}"
|
||||
printf "<li> Press the header of any of the columns to sort by that column\n"
|
||||
printf "</ul>\n"
|
||||
} >> "$OUTFILEHTMTMP"
|
||||
|
||||
Reference in New Issue
Block a user