Skip to content

Commit 0ec5884

Browse files
committed
feat: add SLA rule to ProfileExplorer
1 parent 7e47e3c commit 0ec5884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,10 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
412412
title: "Checkpointable?",
413413
group: this.groups.Application,
414414
},
415+
".*constraints/workload/deadline": {
416+
title: "SLAs",
417+
group: this.groups.Application,
418+
},
415419
}
416420

417421
/** Present a form using <Chip/> components */

0 commit comments

Comments
 (0)