Skip to content

Commit

Permalink
Merge pull request #2579 from PrefectHQ/chore/prefect#14385/remove-gl…
Browse files Browse the repository at this point in the history
…obal-pause-resume

Chore: remove global pause/resume from deployments list
  • Loading branch information
dylanbhughes committed Jul 2, 2024
2 parents d5d6865 + b9be222 commit 0191021
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions src/components/DeploymentList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,14 @@
</template>

<template #action="{ row }">
<div class="deployment-list__action">
<DeploymentToggle :deployment="row" @update="refresh" />
<DeploymentMenu
class="deployment-list__menu"
small
show-all
:deployment="row"
flat
@delete="refresh"
/>
</div>
<DeploymentMenu
class="deployment-list__menu"
small
show-all
:deployment="row"
flat
@delete="refresh"
/>
</template>

<template #empty-state>
Expand Down Expand Up @@ -134,7 +131,6 @@
MiniDeploymentHistory,
SelectedCount,
DeploymentTagsInput,
DeploymentToggle,
FormattedDate,
DeploymentStatusBadge,
DeploymentScheduleTags
Expand Down Expand Up @@ -258,12 +254,6 @@
w-64
}
.deployment-list__action { @apply
flex
justify-end
items-center
}
.deployment-list__deployment { @apply
flex
flex-col
Expand Down

0 comments on commit 0191021

Please sign in to comment.