From e9b0f10c534c10b239301a58f8c00a4effe9adbf Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 13 Oct 2015 22:43:45 +0300 Subject: AST 2fixes --- servo/templates/diagnostics/select_test.html | 13 +++++++++++++ servo/templates/orders/devices.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 servo/templates/diagnostics/select_test.html (limited to 'servo/templates') diff --git a/servo/templates/diagnostics/select_test.html b/servo/templates/diagnostics/select_test.html new file mode 100644 index 0000000..95618f8 --- /dev/null +++ b/servo/templates/diagnostics/select_test.html @@ -0,0 +1,13 @@ +{% extends "modal.html" %} +{% load i18n %} +{% block header %}{% trans "Choose test to run" %}{% endblock header %} +{% block body %} + {% if error %} +

{{ error }}

+ {% endif %} + +{% endblock body %} diff --git a/servo/templates/orders/devices.html b/servo/templates/orders/devices.html index 9098cfe..6529735 100755 --- a/servo/templates/orders/devices.html +++ b/servo/templates/orders/devices.html @@ -83,6 +83,7 @@ {% endif %}
  • {% trans "Fetch Diagnostics" %}
  • {% trans "Open Diagnostics Console" %}
  • +
  • {% trans "Select Test" %}
  • -- cgit v1.2.3