summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d83e290)
raw | patch | inline | side by side (parent: d83e290)
author | Florian Forster <ff@octo.it> | |
Sun, 20 Jun 2010 18:44:37 +0000 (20:44 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 20 Jun 2010 18:44:37 +0000 (20:44 +0200) |
share/collection.js | patch | blob | history |
diff --git a/share/collection.js b/share/collection.js
index 1afd64c1fcc54a6c80acdd22a2925da8be450ad2..de79a990fff65fb017dc10d83b48e800315a9a37 100644 (file)
--- a/share/collection.js
+++ b/share/collection.js
function format_instance(inst)
{
- return ("<li class=\"instance\">" + inst.description + "</li>");
+ return ("<li class=\"instance\"><a href=\"" + location.pathname + "?action=graph;" + inst.params + "\">" + inst.description + "</a></li>");
}
function format_instance_list(instances)