add UPDATE_ROLLBACK_COMPLETE as valid status for server list

This commit is contained in:
Anders Gustafsson
2025-05-20 10:29:16 +02:00
parent 3243bceb17
commit 8950a83e12
+1
View File
@@ -30,6 +30,7 @@ export const getTestStacksInfo = async (
'CREATE_FAILED',
'CREATE_IN_PROGRESS',
'ROLLBACK_COMPLETE',
'UPDATE_ROLLBACK_COMPLETE',
].includes(item.StackStatus)
) {
try {