Skip to content

Commit

Permalink
chore(ui): make action columns always visible on executions and flows (
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Feb 11, 2025
1 parent 2664307 commit 7da24df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/src/components/executions/Executions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@
</el-table-column>

<el-table-column
v-if="displayColumn('action')"
column-key="action"
class-name="row-action"
:label="$t('actions')"
Expand Down
1 change: 0 additions & 1 deletion ui/src/components/flows/Flows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
</el-table-column>

<el-table-column
v-if="displayColumn('action')"
column-key="action"
class-name="row-action"
:label="$t('actions')"
Expand Down

0 comments on commit 7da24df

Please sign in to comment.