Skip to content

Commit 8a422c6

Browse files
committed
fix: add geo and provider rules to ProfileExplorer
1 parent 2e77681 commit 8a422c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
280280
title: "Resources",
281281
group: this.groups.Compute,
282282
},
283+
".*constraints/provider": {
284+
title: "Cloud Provider",
285+
group: this.groups.Compute,
286+
},
287+
".*constraints/geo": {
288+
title: "Geographic Constraint",
289+
group: this.groups.Storage,
290+
},
283291
".*constraints/compute/workers": {
284292
title: "Resources",
285293
group: this.groups.Compute,

0 commit comments

Comments
 (0)