Various: Remove argument validation after profiling.
[collection4.git] / src / action_show_instance.c
index b0033f9..86a5654 100644 (file)
@@ -152,8 +152,7 @@ static int left_menu (void *user_data) /* {{{ */
   html_escape_buffer (params, sizeof (params));
 
   printf ("\n<ul class=\"menu left\">\n"
-      "  <li><a href=\"%s?action=show_graph;%s\">"
-      "Available instances</a></li>\n"
+      "  <li><a href=\"%s?action=show_graph;%s\">All instances</a></li>\n"
       "  <li><a href=\"%s?action=list_graphs\">All graphs</a></li>\n"
       "</ul>\n",
       script_name (), params,
@@ -200,7 +199,7 @@ static int show_instance_cb (graph_config_t *cfg, /* {{{ */
     time_params[sizeof (time_params) - 1] = 0;
   }
 
-  printf ("<h3>Instance &quot;%s&quot;</h3>\n", descr);
+  printf ("<h2>Instance &quot;%s&quot;</h2>\n", descr);
 
   show_breadcrump (cfg, inst);