Skip to content

Commit

Permalink
chore(ui): remove crud details from execution overview (#7634)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Feb 28, 2025
1 parent a098847 commit b02325a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ui/src/components/executions/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
</div>

<el-row class="mb-3">
<el-col :span="12" class="crud-align">
<crud type="CREATE" permission="EXECUTION" :detail="{executionId: execution.id}" />
</el-col>
<el-col :span="12" class="gap-2 d-flex justify-content-end actions-buttons">
<el-col :span="24" class="gap-2 d-flex justify-content-end actions-buttons">
<set-labels :execution="execution" />
<restart is-replay :execution="execution" @follow="forwardEvent('follow', $event)" />
<restart :execution="execution" @follow="forwardEvent('follow', $event)" />
Expand Down Expand Up @@ -181,7 +178,6 @@
import Kill from "./Kill.vue";
import {State} from "@kestra-io/ui-libs"
import DateAgo from "../layout/DateAgo.vue";
import Crud from "override/components/auth/Crud.vue";
import Duration from "../layout/Duration.vue";
import Timeline from "../layout/Timeline.vue";
import Labels from "../layout/Labels.vue"
Expand Down Expand Up @@ -210,7 +206,6 @@
Kill,
DateAgo,
Labels,
Crud,
KestraCascader,
LogLine,
Alert,
Expand Down Expand Up @@ -465,11 +460,6 @@
</script>
<style lang="scss">
.crud-align {
display: flex;
align-items: center;
}
.execution-overview {
.cascader {
&::-webkit-scrollbar {
Expand Down

0 comments on commit b02325a

Please sign in to comment.