You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OGUI-1879] Save firstTaskInError if already appeared (#3313)
* checks if a task was already in error and saved in cache before updating the environment from the interval gRPC request
* adds new visual component to display the first task in error being it from ODC or ECS
* adds source of task to easily distinguish between ECS and ODC
* @param {EnvironmentInfo} cachedEnvironment - the environment information currently stored in cache for the environment with the given id
92
+
* @param {boolean} cachedEnvironment.isDeploying - the information if the environment is being deployed
93
+
* @param {string} cachedEnvironment.deploymentError - the error message if the environment deployment failed
94
+
* @param {TaskEvent|OdcDeviceInfoEvent} cachedEnvironment.firstTaskInError - the first task event in error for the environment, which can be either a FLP task or an ODC device state change
0 commit comments