summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/list_group.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/list_group.html')
-rw-r--r--funcweb/funcweb/templates/list_group.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/list_group.html b/funcweb/funcweb/templates/list_group.html
index 49cd8b7..6c6ce8c 100644
--- a/funcweb/funcweb/templates/list_group.html
+++ b/funcweb/funcweb/templates/list_group.html
@@ -4,7 +4,7 @@
<div align="center" class="graytexts">Groups</div>
<span py:for="group_name in groups">
- <div class="minionstextblue" id="groupstexts"><a href="#">${group_name}</a></div>
+ <div class="minionstextblue" id="groupstexts"><a href="#" onclick="myj('#miniongroupcontents').hide().load('/funcweb/list_host_by_group/${group_name}').show('slow');" >${group_name}</a></div>
<form action="/funcweb/remove_group" method="post" onsubmit="return !glob_submit(this,'groupscontent');" name="remove_form">
<input type="hidden" name="group_name" value="${group_name}"/>