Skip to content

Commit

Permalink
Merge pull request #1207 from SFDO-Community/feature/full-calculate-f…
Browse files Browse the repository at this point in the history
…eedback

UI feedback
  • Loading branch information
Szandor72 authored Jun 21, 2022
2 parents eda392d + 98be337 commit d92ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlrs/main/pages/managelookuprollupsummaries.page
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<apex:pageBlockSectionItem>
<apex:outputPanel style="font-weight: bold; margin-left: 150px; ">
<apex:outputLabel value="Scheduled Full Calculate - Next Date:" rendered="{!LookupRollupSummary.Id!=null}" />
<apex:outputText style="color:red" value="{!RollupSchedule}" rendered="{!LookupRollupSummary.Id!=null && RollupSchedule='No Schedule for Rollup'}">
<apex:outputText style="color:rgba(255, 166, 0, 0.589)" value="{!RollupSchedule}" rendered="{!LookupRollupSummary.Id!=null && RollupSchedule='No Schedule for Rollup'}">
</apex:outputText>
<apex:outputText style="color:green" value="{!RollupSchedule}" rendered="{!LookupRollupSummary.Id!=null && RollupSchedule !='No Schedule for Rollup'}">
</apex:outputText>
Expand Down

0 comments on commit d92ed9e

Please sign in to comment.