We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d235f commit 0523236Copy full SHA for 0523236
console2/src/components/molecules/ProcessLogViewer/index.tsx
@@ -300,7 +300,7 @@ class ProcessLogViewer extends React.Component<Props, State> {
300
<Button onClick={() => loadWholeLog(opts)}>Show the whole log</Button>
301
)}
302
<Button
303
- disabled={process === undefined}
+ disabled={!instanceId}
304
onClick={() => window.open(`/api/v1/process/${instanceId}/log`, '_blank')}>
305
Raw
306
</Button>
0 commit comments