Skip to content

Commit

Permalink
Removes canary column in signal instance table (#3985)
Browse files Browse the repository at this point in the history
Co-authored-by: David Whittaker <[email protected]>
  • Loading branch information
mvilanova and whitdog47 authored Nov 14, 2023
1 parent c86837a commit bfb2f69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dispatch/static/dispatch/src/signal/TableInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
<template #item.signal="{ value }">
<signal-popover :value="value" />
</template>
<template #item.signal.canary="{ value }">
<v-checkbox-btn :model-value="value" disabled />
</template>
<template #item.signal.project.name="{ item, value }">
<v-chip size="small" :color="item.signal.project.color">
{{ value }}
Expand Down Expand Up @@ -110,7 +107,6 @@ export default {
{ title: "Create Case", value: "signal.create_case", sortable: false },
{ title: "Case", value: "case", sortable: false },
{ title: "Signal Definition", value: "signal", sortable: false },
{ title: "Canary", value: "signal.canary", sortable: false },
{ title: "Filter Action", value: "filter_action", sortable: true },
{ title: "Project", value: "signal.project.name", sortable: true },
{ title: "Created At", value: "created_at" },
Expand Down

0 comments on commit bfb2f69

Please sign in to comment.