Skip to content

Commit

Permalink
[trigger] Add hostId query in domesticLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Masayuki Nakagawa authored and otakuto committed Jun 2, 2017
1 parent 08db3b6 commit 0571713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/static/js/triggers_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ var TriggersView = function(userProfile, options) {
html += "<td class='" + severityClass + "'>" +
anchorTagForDomesticLink(
'ajax_events?serverId=' + escapeHTML(serverId) +
'&hostId=' + escapeHTML(trigger["hostId"]) +
'&triggerId=' + escapeHTML(trigger["id"]),
escapeHTML(triggerName));
+ "</td>";
Expand Down

0 comments on commit 0571713

Please sign in to comment.