diff --git a/gui_vue/src/components/main_active_heard_stations.vue b/gui_vue/src/components/main_active_heard_stations.vue index 2b2bf4f0..832efd8e 100644 --- a/gui_vue/src/components/main_active_heard_stations.vue +++ b/gui_vue/src/components/main_active_heard_stations.vue @@ -1,5 +1,14 @@ @@ -68,12 +99,12 @@ const state = useStateStore(pinia); - {{ item.timestamp }} + {{ getDateTime(item.timestamp) }} {{ item.frequency }} {{ item.dxcallsign }} {{ item.dxgrid }} - {{ item.distance }} + {{ getMaidenheadDistance(item.dxgrid)}} km {{ item.datatype }} {{ item.snr }}