mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-01 10:43:34 -07:00
PR chage requests, revision to GPS logging feature, code cleanup
This commit is contained in:
committed by
Will Greenberg
parent
dbe102e366
commit
0b91a6e5d3
@@ -70,12 +70,10 @@
|
||||
>
|
||||
</p>
|
||||
{/if}
|
||||
{#if entry.gps_mode !== undefined}
|
||||
<p>
|
||||
<b>GPS Mode:</b>
|
||||
{entry.gps_mode === 0 ? 'Disabled' : entry.gps_mode === 1 ? 'Fixed coordinates' : 'API endpoint'}
|
||||
</p>
|
||||
{/if}
|
||||
<p>
|
||||
<b>GPS Mode:</b>
|
||||
{(entry.gps_mode ?? 0) === 0 ? 'Disabled' : entry.gps_mode === 1 ? 'Fixed coordinates' : 'API endpoint'}
|
||||
</p>
|
||||
</div>
|
||||
{#if metadata && metadata.analyzers}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user