Skip to content

Commit

Permalink
fix(waf): fixed widget height (#112)
Browse files Browse the repository at this point in the history
Fixed WAFv2 widget height.

---

_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_

(cherry picked from commit 04a62fd)
  • Loading branch information
voho authored and echeung-amzn committed Apr 12, 2022
1 parent 346686d commit 1afd0c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/monitoring/aws-wafv2/WafV2Monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ export class WafV2Monitoring extends Monitoring {
return [
this.createTitleWidget(),
this.createAllowedRequestsWidget(ThirdWidth, DefaultGraphWidgetHeight),
this.createBlockedRequestsWidget(ThirdWidth, DefaultSummaryWidgetHeight),
this.createBlockedRequestsWidget(ThirdWidth, DefaultGraphWidgetHeight),
this.createBlockedRequestsRateWidget(
ThirdWidth,
DefaultSummaryWidgetHeight
DefaultGraphWidgetHeight
),
];
}
Expand Down
4 changes: 2 additions & 2 deletions test/facade/__snapshots__/MonitoringAspect.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1afd0c2

Please sign in to comment.