src/graph_instance.[ch]: Implement "inst_data_to_json".
[collection4.git] / src / action_list_graphs.c
index f59da7c..ac37cc0 100644 (file)
@@ -88,6 +88,13 @@ static int print_all_graphs (__attribute__((unused)) void *user_data) /* {{{ */
   gl_graph_get_all (include_dynamic, print_one_graph, /* user_data = */ NULL);
   printf ("    </ul>\n");
 
+  if (!include_dynamic)
+  {
+    printf ("    <div><a href=\"%s?action=list_graphs;dynamic=true\">"
+        "List dynamic graphs, too."
+        "</a></div>\n", script_name ());
+  }
+
   return (0);
 } /* }}} int print_all_graphs */