Skip to content

Commit

Permalink
feat: add SLA rule to ProfileExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2022
1 parent 7e47e3c commit 0ec5884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/plugin-codeflare/src/components/ProfileExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,10 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
title: "Checkpointable?",
group: this.groups.Application,
},
".*constraints/workload/deadline": {
title: "SLAs",
group: this.groups.Application,
},
}

/** Present a form using <Chip/> components */
Expand Down

0 comments on commit 0ec5884

Please sign in to comment.