mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
AAE-25417 Update status to Deployed (#10353)
This commit is contained in:
@@ -658,7 +658,7 @@ function findFailingApps(deployedApps: any[]): any[] {
|
|||||||
|
|
||||||
Object.keys(ACTIVITI_CLOUD_APPS).forEach((key) => {
|
Object.keys(ACTIVITI_CLOUD_APPS).forEach((key) => {
|
||||||
const failingApp = deployedApps.filter(
|
const failingApp = deployedApps.filter(
|
||||||
(currentApp: any) => ACTIVITI_CLOUD_APPS[key].name === currentApp.entry.name && 'Running' !== currentApp.entry.status
|
(currentApp: any) => ACTIVITI_CLOUD_APPS[key].name === currentApp.entry.name && 'Deployed' !== currentApp.entry.status
|
||||||
);
|
);
|
||||||
|
|
||||||
if (failingApp?.length > 0) {
|
if (failingApp?.length > 0) {
|
||||||
|
Reference in New Issue
Block a user