Skip to content

Commit 63e2daf

Browse files
committed
feat: add support for storage cloud provider to ProfileExplorer
1 parent 187b7dd commit 63e2daf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,14 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
369369
title: "Resources",
370370
group: this.groups.Compute,
371371
},
372-
".*constraints/provider": {
372+
".*constraints/provider$": {
373373
title: "Cloud Provider",
374374
group: this.groups.Compute,
375375
},
376+
".*constraints/provider/storage$": {
377+
title: "Cloud Provider",
378+
group: this.groups.Storage,
379+
},
376380
".*constraints/geo": {
377381
title: "Geographic Constraint",
378382
group: this.groups.Storage,

0 commit comments

Comments
 (0)