A short, display-only handle derived from tunnelId.
String get shortId => tunnelId.length <= 8 ? tunnelId : tunnelId.substring(0, 8);