{t( "Coverage maps appear here once the background compute finishes. Create or wait for a coverage to finish." )}
| {t("Tower")} | {t("Distance")} | RSSI |
|---|---|---|
| {row.coverage.name} | {fmt_distance(row.distance_m, @probe_units)} | "text-gray-400" is_number(row.rssi) and row.rssi >= -75 -> "text-green-600 dark:text-green-400 font-bold" is_number(row.rssi) and row.rssi >= -85 -> "text-yellow-600 dark:text-yellow-400" is_number(row.rssi) -> "text-red-600 dark:text-red-400" true -> "text-gray-400" end ]}> {fmt_rssi(row.rssi)} |