Last active 1 month ago

Revision f031f0de6a1ac685efff280d86d560ea874992a6

gistfile1.txt Raw
1108: local last_seen
2109: last_seen=$(peers::format_last_seen "$name" "$public_key" \
3127: ui::row "Last seen" "$last_seen"
4297: local last_seen="-"
5301: last_seen="$(fmt::datetime_short "$attempt_ts") (dropped)"
6306: last_seen="${ts_display} (handshake)"
7308: last_seen="$ts_display"
8315: "$status" "$last_seen" \
9335: while IFS='|' read -r name ip type rule group status last_seen is_blocked is_restricted; do
10337: ui::peer::list_row_compact \
11340: "$status" "$last_seen" "$is_blocked" "$is_restricted"
12357: while IFS='|' read -r name ip type rule group status last_seen is_blocked is_restricted; do
13364: (( ${#last_seen} > w_last )) && w_last=${#last_seen}
14380: while IFS='|' read -r name ip type rule group status last_seen is_blocked is_restricted; do
15395: "$row_color" "$name" "$ip" "$type" "$rule" "$group" "$clean_status" "$last_seen"
16