diff --git a/ui/src/views/Rules/Rule/index.jsx b/ui/src/views/Rules/Rule/index.jsx index eb54d8528..8c00ec929 100644 --- a/ui/src/views/Rules/Rule/index.jsx +++ b/ui/src/views/Rules/Rule/index.jsx @@ -85,6 +85,12 @@ const useStyles = makeStyles(theme => ({ scheduleIcon: { marginRight: theme.spacing(3), }, + signoffLabel: { + color: 'rgba(0, 0, 0, 0.54)', + }, + signoffs: { + color: 'rgba(0, 0, 0, 0.87)', + }, })); function Rule({ isNewRule, user, ...props }) { @@ -442,6 +448,19 @@ function Rule({ isNewRule, user, ...props }) { {error && } {!isLoading && ( + + + Required Signoff(s): + + {signoffSummary} + + +
+ Required Signoff(s): + + {signoffSummary} + +