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
? 'No pipeline runs were found for the requested resource. Logs have been retrieved from OpenSearch.'
59
-
: 'No logs were found for the requested pipeline run. This might have been caused by environment cleanup. Please ensure you have checked the correct resource.'}
57
+
{hasReserveLogs ? (
58
+
'No pipeline runs were found for the requested resource. Logs have been retrieved from OpenSearch.'
59
+
) : (
60
+
<>
61
+
<p>
62
+
No logs were found for the requested pipeline run. This might have been
63
+
caused by environment cleanup. Please ensure you have checked the correct
0 commit comments