From 047f348742a38b6fc34d724e69e1c9a4f90821f8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 May 2017 10:01:57 +0200 Subject: [statistics] Hide "add beamer" for screens with no EDID --- modules-available/statistics/templates/machine-main.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules-available/statistics/templates/machine-main.html') diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html index bdc51167..74df80c4 100644 --- a/modules-available/statistics/templates/machine-main.html +++ b/modules-available/statistics/templates/machine-main.html @@ -143,6 +143,7 @@ {{#screens}}
+ {{#hwname}}
{{#projector}} {{lang_projector}} @@ -154,7 +155,8 @@ class="btn btn-success"> {{lang_projector}} {{/projector}}
- {{connector}}: {{hwname}} {{resolution}} + {{/hwname}} + {{connector}}: {{hwname}} {{^hwname}}{{lang_noEdid}}{{/hwname}} {{resolution}}
{{/screens}} @@ -187,4 +189,4 @@ document.addEventListener("DOMContentLoaded", function () { $(this).load('?do=statistics&lookup=' + $(this).text()); }); }, false); -// --> \ No newline at end of file +// --> -- cgit v1.2.3-55-g7522