JS magic to add toggle support to Advanced Query
[monitor.git] / web / MonitorWeb / monitorweb / controllers.py
index 5ac368b..b284851 100644 (file)
@@ -63,6 +63,7 @@ class NodeQueryFields(widgets.WidgetsList):
 class QueryForm(widgets.TableForm):
     template = """
     <form xmlns:py="http://purl.org/kid/ns#"
+        id="queryform"
         name="${name}"
         action="${action}"
         method="${method}"