diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 18:55:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 18:55:58 +0200 |
commit | cae951766530d6ada5240f9f3d9653b017a30a98 (patch) | |
tree | 12dae6dbcb1dd5594998582ecfa97c8d752906e5 /ishtar_common/templates | |
parent | eb481f63dce8af51c2e6e3269723f775232b9802 (diff) | |
download | Ishtar-cae951766530d6ada5240f9f3d9653b017a30a98.tar.bz2 Ishtar-cae951766530d6ada5240f9f3d9653b017a30a98.zip |
Treament dashboard: add filter form (refs #3381)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html index fd92578a2..c3a8a58a8 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html @@ -178,7 +178,7 @@ $('#search_{{unique_id}}').click(function (){ return false; }); -{% if item_name == 'files' or item_name == "operations"%} +{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatment_types" %} load_jquerydate_{{item_name}}_after(); load_jquerydate_{{item_name}}_before(); {% endif %} |