Skip to content

Commit

Permalink
feat(amazon): Display updated ALB redirect config (#8844)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Jan 13, 2021
1 parent a35e8bf commit a130ca8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ const Action = (props: {
<dd>{redirectConfig.port}</dd>
<dt>Protocol</dt>
<dd>{redirectConfig.protocol}</dd>
<dt>Query</dt>
<dd>{redirectConfig.query}</dd>
<dt>Status Code</dt>
<dd>{redirectConfig.statusCode}</dd>
<dt>
Expand Down

0 comments on commit a130ca8

Please sign in to comment.