diff --git a/op25/gr-op25_repeater/apps/oplog/op25/templates/error.html b/op25/gr-op25_repeater/apps/oplog/op25/templates/error.html index d5a0de7..47d42ae 100644 --- a/op25/gr-op25_repeater/apps/oplog/op25/templates/error.html +++ b/op25/gr-op25_repeater/apps/oplog/op25/templates/error.html @@ -55,31 +55,37 @@

OP25 Logs - Database Error (Code {{ code }})

- {% if code == 1 %} + + {% if code == 1 %}
- Database file does not exist.

{{ file }}

File not found.

+ Database file does not exist.

{{ file }}

File not found.
- {% endif %} - {% if code == 2 %} + {% endif %} + + {% if code == 2 %}
Database file is too small.

{{ file }}

Attributes do not conform.
- {% endif %} - {% if code == 4 %} + {% endif %} + + {% if code == 4 %}
Database contains no data.

{{ file }}

Database structure is good, but no data was found.

0 rows in table 'data_store'.
- {% endif %} -

+ {% endif %} - {% if code == 5 %} + {% if code == 5 %}
Database access error.

{{ file }}

Database might be locked or in use by another process (OP25).

Source: {{ source }}
- {% endif %} -

+ {% endif %} + + + + +


@@ -96,9 +102,10 @@ {% endif %} {% if code != 5 %} -
+ +

../op25/gr-op25_repeater/apps/README

-
+

Setup SQL Log Database (Optional)

@@ -181,4 +188,4 @@ {% block extra_javascripts %} -{% endblock %} \ No newline at end of file +{% endblock %}