Skip to content

Commit

Permalink
show alias for rule scheduled change
Browse files Browse the repository at this point in the history
  • Loading branch information
collin5 committed Sep 3, 2018
1 parent 8bbed5c commit d5b0cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/rule_field.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h5 ng-show="(rule[fieldname] !== null && rule[fieldname] !== undefined) || (sho

{{sc_field_value=rule.scheduled_change[fieldname] === true ? "Yes" : (rule.scheduled_change[fieldname] === false ? "No" : rule.scheduled_change[fieldname]);""}}
<span tooltip="{{sc_field_value.length > limittextto_sc ? sc_field_value : ''}}" style="color: green" ng-show="showdiff && showsc && fieldIsChanging(rule, fieldname)">
{{sc_field_value | limitTo:limittextto_sc}} {{sc_field_value.length > limittextto_sc ? '...' : ''}}
{{sc_field_value | limitTo:limittextto_sc || sc_field_value.length }} {{sc_field_value.length > limittextto_sc ? '...' : ''}}
</span>
</b>
</h5>

0 comments on commit d5b0cce

Please sign in to comment.