Expand various views.

This commit is contained in:
James Cole
2018-03-10 07:17:23 +01:00
parent 648a6dca42
commit be97dd1c57
3 changed files with 15 additions and 6 deletions

View File

@@ -29,6 +29,9 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
| Host | {{ phpOs }} |
| Interface | {{ interface }} |
| UserID | {{ Auth.user.id }} |
{% for code,result in localeAttempts %}
| Attempt at "{{ code }}" | {{ result }} |
{% endfor %}
| DB drivers | {{ drivers }} |
| Current driver | {{ currentDriver }} |
| Using Sandstorm? | {% if SANDSTORM == true %}yes{% else %}no{% endif %} |