feat(core): Show sub-node error on the logs pane. Open logs pane on sub-node error (#10248)

This commit is contained in:
Eugene
2024-08-02 16:00:09 +02:00
committed by GitHub
parent 0faf46f4f8
commit 57d1c9a99e
7 changed files with 333 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ import type { BaseTextKey } from '@/plugins/i18n';
type Props = {
error: NodeError | NodeApiError | NodeOperationError;
compact?: boolean;
};
const props = defineProps<Props>();
@@ -377,7 +378,7 @@ function copySuccess() {
></div>
</div>
<div class="node-error-view__info">
<div v-if="!compact" class="node-error-view__info">
<div class="node-error-view__info-header">
<p class="node-error-view__info-title">
{{ i18n.baseText('nodeErrorView.details.title') }}