Commit 10bc84c
authored
Fixes a bug where the label for first configured localhost server was
used for all localhost connections.
### Before fix:
Both connections (neither of them being 4010 server) show 4010 on the
connection since it is the first configured server.
<img width="601" height="70" alt="image"
src="https://github.com/user-attachments/assets/5eda4ff5-fb79-482a-91f4-cbff0f1c2ee3"
/>
<img width="315" height="314" alt="image"
src="https://github.com/user-attachments/assets/f9aa1beb-81f6-4d11-8b0f-8478d0c9ce56"
/>
### After fix:
<img width="321" height="326" alt="image"
src="https://github.com/user-attachments/assets/ea0ac51f-dca5-4daf-83a3-115aabbb3ceb"
/>
1 parent 78a1f3c commit 10bc84c
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments