Skip to content

Commit

Permalink
Merge pull request #2372 from dcos/drozhkov/dcos-17939-blacklist-hist…
Browse files Browse the repository at this point in the history
…ory-summary

DCOS-17939: Blacklist historySummary
  • Loading branch information
Poltergeist authored Aug 16, 2017
2 parents ccd325c + 9f10134 commit 9b25a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/constants/JobConfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const ServiceConfig = {
BLACKLIST: ["activeRuns", "history"]
BLACKLIST: ["activeRuns", "history", "historySummary"]
};

module.exports = ServiceConfig;

0 comments on commit 9b25a1c

Please sign in to comment.