{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-cool-steel-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-wheat-600 dark:text-wheat-400" is_number(row.rssi) -> "text-sweet-salmon-600 dark:text-sweet-salmon-400" true -> "text-cool-steel-400" end ]}> {fmt_rssi(row.rssi)} |