private String getTableTitle(CrawlerStatus status) {
   return "Status of crawl of " + status.getAuName();
 }