Skip to content

Commit 3342674

Browse files
feat: edge calls icon (#1167)
1 parent deaf43b commit 3342674

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Loading

projects/observability/src/shared/icons/observability-icon-library.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const iconsRootPath = 'assets/icons';
1818
{ key: ObservabilityIconType.Cassandra, url: `${iconsRootPath}/cassandra.svg` },
1919
{ key: ObservabilityIconType.Elastic, url: `${iconsRootPath}/elastic.svg` },
2020
{ key: ObservabilityIconType.Edge, url: `${iconsRootPath}/edge.svg` },
21+
{ key: ObservabilityIconType.EdgeCalls, url: `${iconsRootPath}/edge-calls.svg` },
2122
{ key: ObservabilityIconType.Gateway, url: `${iconsRootPath}/gateway.svg` },
2223
{ key: ObservabilityIconType.Helm, url: `${iconsRootPath}/helm.svg` },
2324
{ key: ObservabilityIconType.HTTP, url: `${iconsRootPath}/http.svg` },

projects/observability/src/shared/icons/observability-icon-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const enum ObservabilityIconType {
99
Backend = 'svg:backend',
1010
Cassandra = 'svg:cassandra',
1111
Edge = 'svg:edge',
12+
EdgeCalls = 'svg:edge-calls',
1213
Elastic = 'svg:elastic',
1314
Gateway = 'svg:gateway',
1415
Helm = 'svg:helm',

0 commit comments

Comments
 (0)