Skip to content

Commit

Permalink
fix(topology): fix topology view layout (janus-idp#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshiGupta authored and kadel committed Nov 10, 2023
1 parent de7c58e commit baae870
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-flies-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'app': minor
---

Update topology plugin layout config to fix topology view layout issue
1 change: 1 addition & 0 deletions app-config.dynamic-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ dynamicPlugins:
config:
layout:
gridColumn: "1 / -1"
height: 75vh
if:
anyOf:
- hasAnnotation: backstage.io/kubernetes-id
Expand Down
1 change: 1 addition & 0 deletions dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ plugins:
config:
layout:
gridColumn: "1 / -1"
height: 75vh
if:
anyOf:
- hasAnnotation: backstage.io/kubernetes-id
Expand Down

0 comments on commit baae870

Please sign in to comment.