Skip to content

Commit

Permalink
fix: Edit monitoring iframe height (#152)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13101
Related: #152
Change-Id: Id4426b89d1a1ee8d0bb40ca78267026665f90a02
  • Loading branch information
callmevladik committed Feb 12, 2024
1 parent b9d10d6 commit 1237437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Monitoring = ({
<iframe
title="monitoring"
frameBorder="0"
height="500"
height="800"
width="100%"
src={LinkCreationService.grafana.createDashboardLink(grafanaBaseUrl, namespace)}
></iframe>
Expand Down

0 comments on commit 1237437

Please sign in to comment.