- Notifications
You must be signed in to change notification settings - Fork923
Commitae38ef5
committed
fix(site): only show provisioner warnings for pending workspaces (#15858)
When creating, starting, stopping or otherwise mutating a workspace, weused to erroneously and briefly display a provisioner health warningalert. This PR updates the component to only display this warning if thebuild is pending, not "starting" or any other state that means aprovisioner has already acquired the job.(cherry picked from commitb5ba3e3)1 parent9a8d2f1 commitae38ef5
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
114 | 115 |
| |
| 116 | + | |
115 | 117 |
| |
116 |
| - | |
117 |
| - | |
| 118 | + | |
118 | 119 |
| |
119 |
| - | |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 | 123 |
| |
| |||
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
247 |
| - | |
| 248 | + | |
248 | 249 |
| |
249 | 250 |
| |
250 | 251 |
| |
|
0 commit comments
Comments
(0)