- Notifications
You must be signed in to change notification settings - Fork1k
Commitcbfe975
authored
refactor: show unhealthy status on workspace status indicator (#17956)
Instead of showing a "yellow question icon" on the side of the status,to let the user aware of unhealthy agents, we could make it yellow anduse a tooltip.Before:<img width="1512" alt="Screenshot 2025-05-20 at 18 13 15"src="https://github.com/user-attachments/assets/afee470e-9dd4-4c32-b2bc-b9f66eac60fa"/>After:<img width="1512" alt="Screenshot 2025-05-20 at 18 13 26"src="https://github.com/user-attachments/assets/5769828b-f23c-45a5-8017-c4a88f085d0f"/>1 parentcb7ce18 commitcbfe975
File tree
3 files changed
+47
-14
lines changed- site/src
- modules/workspaces/WorkspaceStatusIndicator
- pages/WorkspacesPage
3 files changed
+47
-14
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
30 | 42 |
| |
31 | 43 |
| |
32 | 44 |
| |
|
Lines changed: 34 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
| |||
32 | 38 |
| |
33 | 39 |
| |
34 | 40 |
| |
35 |
| - | |
| 41 | + | |
36 | 42 |
| |
37 | 43 |
| |
38 | 44 |
| |
39 | 45 |
| |
40 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
41 | 51 |
| |
42 | 52 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 53 | + | |
46 | 54 |
| |
47 | 55 |
| |
48 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
49 | 78 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| |||
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 | 398 |
| |
407 | 399 |
| |
408 | 400 |
| |
|
0 commit comments
Comments
(0)