{# The gated-save result: semantic diff, validation, restart advice, and the confirm button. Nothing here reports a write that did not happen, and a change that would break the config shows the errors instead of a save. #} {% set level_class = {'success': 'badge-success', 'warning': 'badge-warning', 'error': 'badge-danger', 'info': 'badge-info'} %} {% if plan %}
| {{ _('Key') }} | {{ _('Change') }} | {{ _('Old value') }} | {{ _('New value') }} |
|---|---|---|---|
{{ change.path }} |
{{ change.kind }} | {{ change.old | truncate(80) if change.old else '—' }} |
{{ change.new | truncate(80) if change.new else '—' }} |
{{ _('No key value changed.') }}
{% endif %} {% if plan.errors %}{{ item }}{{ item }}