Skip to content

Commit

Permalink
fix(cui): change alter block to info form replayed exec
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 8, 2025
1 parent 10f607b commit ec018b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/executions/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>

<div v-if="isReplayed()">
<el-alert type="warning" :closable="false" class="mb-4 main-warning">
<el-alert type="info" :closable="false" class="mb-4 main-info">
<template #title>
<div>
<alert class="main-icon" />
Expand Down

0 comments on commit ec018b9

Please sign in to comment.