File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ export const getDisplayWorkspaceStatus = (
191
191
} as const ;
192
192
case "stopping" :
193
193
return {
194
- type : "notice " ,
194
+ type : "inactive " ,
195
195
text : "Stopping" ,
196
196
icon : < PillSpinner /> ,
197
197
} as const ;
198
198
case "stopped" :
199
199
return {
200
- type : "notice " ,
200
+ type : "inactive " ,
201
201
text : "Stopped" ,
202
202
icon : < StopIcon /> ,
203
203
} as const ;
@@ -215,13 +215,13 @@ export const getDisplayWorkspaceStatus = (
215
215
} as const ;
216
216
case "canceling" :
217
217
return {
218
- type : "notice " ,
218
+ type : "inactive " ,
219
219
text : "Canceling" ,
220
220
icon : < PillSpinner /> ,
221
221
} as const ;
222
222
case "canceled" :
223
223
return {
224
- type : "notice " ,
224
+ type : "inactive " ,
225
225
text : "Canceled" ,
226
226
icon : < ErrorIcon /> ,
227
227
} as const ;
@@ -233,7 +233,7 @@ export const getDisplayWorkspaceStatus = (
233
233
} as const ;
234
234
case "pending" :
235
235
return {
236
- type : "info " ,
236
+ type : "active " ,
237
237
text : getPendingWorkspaceStatusText ( provisionerJob ) ,
238
238
icon : < QueuedIcon /> ,
239
239
} as const ;
You can’t perform that action at this time.
0 commit comments