diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 29067ece7..dc96d9de5 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -218,37 +218,50 @@ window.setInterval("setTableSize()", 1000); #(crawlProfilesShow)#::
-Running Crawls (#[count]#) - - - - - - - - #(debug)#::#(/debug)# - - - #{list}# - - - #(debug)#::#(/debug)# - +#(linkstructure)# +
NameCountStatus
#[name]##[count]##(terminateButton)#:: + Running Crawls (#[count]#) + + + + #{/list}# +
+ + + + + + + + #(debug)#::#(/debug)# + + + #{list}# + + + #(debug)#::#(/debug)# + - - #{/list}# -
NameCountStatus
#[name]##[count]##(terminateButton)#::
Running
#(/terminateButton)# -
-#(linkstructure)#:: +
+
+
+
+:: + + +
:: + + +
diff --git a/htroot/HostBrowser.java b/htroot/HostBrowser.java index e0241a89e..e7bd5f0c7 100644 --- a/htroot/HostBrowser.java +++ b/htroot/HostBrowser.java @@ -568,6 +568,9 @@ public class HostBrowser { prop.put("files_subpathdetectedsize", filecounter - storedDocs.size()); prop.put("files", 1); uri = new DigestURL(path); + if (post.containsKey("showlinkstructure")) { + sb.setConfig(SwitchboardConstants.DECORATION_GRAFICS_LINKSTRUCTURE, true); + } prop.put("files_linkgraph", uri.getPath().length() <= 1 && hostsize > 0 && sb.getConfigBool(SwitchboardConstants.DECORATION_GRAFICS_LINKSTRUCTURE, true)); prop.put("files_linkgraph_host", uri.getHost());