summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/method_args.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/method_args.html')
-rw-r--r--funcweb/funcweb/templates/method_args.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/method_args.html b/funcweb/funcweb/templates/method_args.html
index 42946a8..2e7d4bd 100644
--- a/funcweb/funcweb/templates/method_args.html
+++ b/funcweb/funcweb/templates/method_args.html
@@ -7,6 +7,10 @@
<div py:if="minion_form" id="men">
${ET(minion_form.display(displays_on='genshi'))}
</div>
+ <div py:if="not minion_form" id="men">
+ <a href="#" onclick="myj('#results').hide().load('/execute_link/${minion}/${module}/${method}/').show('slow');">Run Method</a>
+ <div class="results" id="results" />
+ </div>
</body>
</html>