Skip to content

Commit

Permalink
Merge pull request apache#3032 from RuiLi8080/STORM-3412
Browse files Browse the repository at this point in the history
[STORM-3412] Fix Jira And Centrol Log links in topology page
  • Loading branch information
Ethanlm authored Jun 24, 2019
2 parents 70353fc + 1757d9b commit 7fd37cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,8 @@ public static Map<String, Object> getTopologySummary(TopologyPageInfo topologyPa
result.put("configuration", topologyConf);
result.put("visualizationTable", new ArrayList());
result.put("schedulerDisplayResource", config.get(DaemonConfig.SCHEDULER_DISPLAY_RESOURCE));
result.put("bugtracker-url", config.get(DaemonConfig.UI_PROJECT_BUGTRACKER_URL));
result.put("central-log-url", config.get(DaemonConfig.UI_CENTRAL_LOGGING_URL));
return result;
}

Expand Down

0 comments on commit 7fd37cc

Please sign in to comment.