Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Show enabled and continuous right on Rollup page (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenlan-amzn committed Feb 12, 2021
1 parent e2fbe76 commit 2dba0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/pages/Rollups/containers/Rollups/Rollups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,15 +360,15 @@ export default class Rollups extends Component<RollupsProps, RollupsState> {
truncateText: true,
},
{
field: "rollup.rollup.enabled",
field: "rollup.enabled",
name: "Job state",
sortable: true,
textOnly: true,
truncateText: true,
render: renderEnabled,
},
{
field: "rollup.rollup.continuous",
field: "rollup.continuous",
name: "Continuous",
sortable: true,
textOnly: true,
Expand Down

0 comments on commit 2dba0f8

Please sign in to comment.