aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/templates/lava_scheduler_app
diff options
context:
space:
mode:
authorRĂ©mi Duraffort <remi.duraffort@linaro.org>2018-01-03 11:20:43 +0100
committerNeil Williams <neil.williams@linaro.org>2018-01-03 14:04:32 +0000
commit2945e5f7c3b6a03183c2a248cd95b4a7efd50441 (patch)
tree5c724a8da78e779b98b63110a2538bfb8c776545 /lava_scheduler_app/templates/lava_scheduler_app
parent045ed9ecb97900d0bb15c513079e2051e81d6bed (diff)
Simplify TestJob and Device state display
Change-Id: I4233b1728ce1f328afcb864bf5b6b5e0af6c955c
Diffstat (limited to 'lava_scheduler_app/templates/lava_scheduler_app')
-rw-r--r--lava_scheduler_app/templates/lava_scheduler_app/_device_base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava_scheduler_app/templates/lava_scheduler_app/_device_base.html b/lava_scheduler_app/templates/lava_scheduler_app/_device_base.html
index 92fca24a3..8f30c8ce8 100644
--- a/lava_scheduler_app/templates/lava_scheduler_app/_device_base.html
+++ b/lava_scheduler_app/templates/lava_scheduler_app/_device_base.html
@@ -62,7 +62,7 @@
<div class="col-md-4">
<dl class="dl-horizontal">
<dt>State</dt>
- <dd>{{ device.get_state_display }}</dd>
+ <dd>{{ device.get_simple_state_display }}</dd>
<dt>Health</dt>
<dd>
{% if can_admin %}