mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-25417 Update status to Deployed (#10353)
This commit is contained in:
parent
4e232eea6e
commit
c93823a16b
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user