Skip to content

Commit 023ac67

Browse files
committed
Added canvas topology map component.
1 parent 5aac445 commit 023ac67

File tree

9 files changed

+1951
-2
lines changed

9 files changed

+1951
-2
lines changed

eslint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rules:
3535
vars-on-top: 1
3636
no-debugger: 2
3737
no-cond-assign: 2
38-
no-console: 1
38+
no-console: 0
3939
no-extra-semi: 2
4040
no-irregular-whitespace: 2
4141
dot-notation:

src/charts/charts.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,7 @@ pf-topology {
313313
font-size: 20px;
314314
fill: #1186C1;
315315
}
316+
317+
.pf-topology-map canvas.topology-graph {
318+
width: 100%;
319+
}

0 commit comments

Comments
 (0)