CEC-4920: Add redeploy bulk-action (#420)
* standardize bulk actions * add redploy bulk-action * add cases to disable redeploy * update status check * rename func
This commit is contained in:
@@ -27,6 +27,10 @@ const updatesAPI = {
|
||||
return { message: "OK" };
|
||||
},
|
||||
|
||||
deployCarUpdate: async (id, token) => {
|
||||
return { message: "OK" };
|
||||
},
|
||||
|
||||
getSUMSVersions: async (token) => {
|
||||
return {
|
||||
"data": ["2023.02.01.0.0.A", "2023.02.01.0.0.B"]
|
||||
|
||||
Reference in New Issue
Block a user