mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat(site): add a provisioner warning to workspace builds (#15686)
This PR adds warnings about provisioner health to workspace build pages. It closes https://github.com/coder/coder/issues/15048  
This commit is contained in:
7
cli/testdata/coder_list_--output_json.golden
vendored
7
cli/testdata/coder_list_--output_json.golden
vendored
@ -50,7 +50,12 @@
|
||||
"deadline": "[timestamp]",
|
||||
"max_deadline": null,
|
||||
"status": "running",
|
||||
"daily_cost": 0
|
||||
"daily_cost": 0,
|
||||
"matched_provisioners": {
|
||||
"count": 0,
|
||||
"available": 0,
|
||||
"most_recently_seen": null
|
||||
}
|
||||
},
|
||||
"outdated": false,
|
||||
"name": "test-workspace",
|
||||
|
Reference in New Issue
Block a user