Skip to content

Commit 46c347e

Browse files
committed
UI: integrity verification jobs: allow starting new even if have incomplete one
1 parent e2f409d commit 46c347e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/pages/views/IntegrityVerificationJobsView.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ export default class IntegrityVerificationJobsView extends React.Component<
181181
<Dropdown>
182182
<CommandLink command={IntegrityverificationjobResume(job.Id)} />
183183
<CommandLink command={IntegrityverificationjobStop(job.Id)} />
184+
<CommandLink
185+
command={VolumeVerifyIntegrity(vol.Id, {
186+
disambiguation: vol.Label,
187+
})}
188+
/>
184189
</Dropdown>
185190
)}
186191
</td>

0 commit comments

Comments
 (0)