Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed the wrong key check.
Signed-off-by: Nicholas Tan Jerome <nicholas.jerome@kit.edu>
  • Loading branch information
nicolaisi committed May 5, 2018
1 parent 473e933 commit 6ee806c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions status.html
Expand Up @@ -113,7 +113,7 @@

data-adei="{{ data['server'] }}"

{% if "key" in data['style'] %}
{% if data['style'][key]['ref'] in data['varname'] %}
data-query="{{ data['varname'][data['style'][key]['ref']] }}"
{% else %}
{% end %}
Expand Down Expand Up @@ -489,7 +489,7 @@
{% end %}

data-adei="{{ data['server'] }}"
{% if "key" in data['style'] %}
{% if data['style'][key]['ref'] in data['varname'] %}
data-query="{{ data['varname'][data['style'][key]['ref']] }}"
{% else %}
{% end %}
Expand Down

0 comments on commit 6ee806c

Please sign in to comment.