Skip to content

Commit 1afd0c2

Browse files
vohoEugene Cheung
authored andcommitted
fix(waf): fixed widget height (#112)
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)
1 parent 346686d commit 1afd0c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/monitoring/aws-wafv2/WafV2Monitoring.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ export class WafV2Monitoring extends Monitoring {
7272
return [
7373
this.createTitleWidget(),
7474
this.createAllowedRequestsWidget(ThirdWidth, DefaultGraphWidgetHeight),
75-
this.createBlockedRequestsWidget(ThirdWidth, DefaultSummaryWidgetHeight),
75+
this.createBlockedRequestsWidget(ThirdWidth, DefaultGraphWidgetHeight),
7676
this.createBlockedRequestsRateWidget(
7777
ThirdWidth,
78-
DefaultSummaryWidgetHeight
78+
DefaultGraphWidgetHeight
7979
),
8080
];
8181
}

test/facade/__snapshots__/MonitoringAspect.test.ts.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/monitoring/aws-wafv2/__snapshots__/WafV2Monitoring.test.ts.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)