diff --git a/htroot/Table_API_p.html b/htroot/Table_API_p.html
index 033b374cf..b2dfa8364 100644
--- a/htroot/Table_API_p.html
+++ b/htroot/Table_API_p.html
@@ -84,14 +84,14 @@ To see a list of all APIs, please visit the
-
- #[type]#
- #[comment]#
- #[callcount]#
- #[dateRecording]#
- #[dateLastExec]#
- #[dateNextExec]#
-
+
+ #[type]##(isCrawlerStart)#:: #(/isCrawlerStart)#
+ #[comment]#
+ #[callcount]#
+ #[dateRecording]#
+ #[dateLastExec]#
+ #[dateNextExec]#
+
#(event)#
no event
@@ -137,7 +137,7 @@ To see a list of all APIs, please visit the
#(scheduler)#
no repetition
@@ -161,7 +161,7 @@ To see a list of all APIs, please visit the Edit #(/isCrawlerStart)##[url]# ::#(/inline)#
+ #(inline)##[url]# ::#(/inline)#
#{/list}#
diff --git a/htroot/Table_API_p.java b/htroot/Table_API_p.java
index 1b25a46be..7b0db6783 100644
--- a/htroot/Table_API_p.java
+++ b/htroot/Table_API_p.java
@@ -290,9 +290,11 @@ public class Table_API_p {
// check type & action to link crawl start URLs back to CrawlStartExpert_p.html
if (prop.get("showtable_list_" + count + "_type", "").equals(WorkTables.TABLE_API_TYPE_CRAWLER)
&& prop.get("showtable_list_" + count + "_comment", "").startsWith("crawl start for")) {
- prop.put("showtable_list_" + count + "_inline_isCrawlerStart", 1);
+ prop.put("showtable_list_" + count + "_isCrawlerStart", 1);
final String editUrl = UTF8.String(row.get(WorkTables.TABLE_API_COL_URL)).replace("Crawler_p", "CrawlStartExpert_p");
- prop.put("showtable_list_" + count + "_inline_isCrawlerStart_url", editUrl);
+ prop.put("showtable_list_" + count + "_isCrawlerStart_url", editUrl);
+ } else {
+ prop.put("showtable_list_" + count + "_isCrawlerStart", 0);
}
prop.putHTML("showtable_list_" + count + "_inline_url", "http://" + sb.myPublicIP() + ":" + sb.getConfig("port", "8090") + UTF8.String(row.get(WorkTables.TABLE_API_COL_URL)));
prop.put("showtable_list_" + count + "_scheduler_inline", inline ? "true" : "false");
diff --git a/htroot/env/grafics/doc.gif b/htroot/env/grafics/doc.gif
index 326b81bbb..b686bf2c2 100644
Binary files a/htroot/env/grafics/doc.gif and b/htroot/env/grafics/doc.gif differ