diff options
author | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
commit | 900daccebbb57abcbf95e8d708444fbfcb804a86 (patch) | |
tree | fa5167cf88ca9e9bbaa9d83ffbef21ae4031149b /i_ui.go | |
parent | must rewrite ui (diff) | |
download | hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.gz hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.bz2 hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.xz hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.zst hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.zip |
cool
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -263,9 +263,9 @@ func i_info_panel(ui HardUI, lhost *HostList) { return } host = lhost.sel(ui.sel) - if host.Type == 0 { + if host.Protocol == 0 { host_type = "SSH" - } else if host.Type == 1 { + } else if host.Protocol == 1 { host_type = "RDP" } |