From 26227527adc81d82bbfe80b42c2838bfd04dd4bc Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 8 Oct 2015 10:49:27 +0300 Subject: Move diagnostics to own menu --- servo/templates/orders/devices.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/servo/templates/orders/devices.html b/servo/templates/orders/devices.html index fb98862..9098cfe 100755 --- a/servo/templates/orders/devices.html +++ b/servo/templates/orders/devices.html @@ -71,6 +71,20 @@ {% trans "Accessories" %} {% endif %} {% trans "History" %} +
+ + {% trans "Diagnostics" %} + + +
@@ -101,13 +115,6 @@
  • {% trans "Update Warranty Status" %}
  • - {% if device.is_ios %} -
  • {% trans "Initiate Diagnostics" %}
  • - {% else %} -
  • {% trans "Initiate Diagnostics" %}
  • - {% endif %} -
  • {% trans "Fetch Diagnostics" %}
  • -
  • {% trans "Show Device" %}
  • {% if device.sn == '' %}
  • {% trans "Show Barcode" %}
  • -- cgit v1.2.3