summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/dashboards
diff options
context:
space:
mode:
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
commit5f9fe6a2718afacc1126c5d8c6312c887b5f960c (patch)
tree12dae6dbcb1dd5594998582ecfa97c8d752906e5 /ishtar_common/templates/ishtar/dashboards
parentd2e90a63bdd79ae7e43702996967e7c408f0b47d (diff)
downloadIshtar-5f9fe6a2718afacc1126c5d8c6312c887b5f960c.tar.bz2
Ishtar-5f9fe6a2718afacc1126c5d8c6312c887b5f960c.zip
Treament dashboard: add filter form (refs #3381)
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards')
-rw-r--r--ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html2
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 %}