Skip to content

Commit

Permalink
fix: add geo and provider rules to ProfileExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Sep 28, 2022
1 parent 2e77681 commit 8a422c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/plugin-codeflare/src/components/ProfileExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
title: "Resources",
group: this.groups.Compute,
},
".*constraints/provider": {
title: "Cloud Provider",
group: this.groups.Compute,
},
".*constraints/geo": {
title: "Geographic Constraint",
group: this.groups.Storage,
},
".*constraints/compute/workers": {
title: "Resources",
group: this.groups.Compute,
Expand Down

0 comments on commit 8a422c6

Please sign in to comment.