Skip to content

Commit

Permalink
Add icon machine learning workspace (#224)
Browse files Browse the repository at this point in the history
* Add env variables subsection

* Ensure targets is always an array to prevent TypeError

* Add icon for machine learning
  • Loading branch information
anatheka authored Oct 17, 2024
1 parent 1e88b84 commit 1b4476a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/DiscoveryGraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<script lang="ts">
import {
Beaker,
BuildingLibrary,
CircleStack,
Cloud,
Expand Down Expand Up @@ -157,7 +158,8 @@
...nodeStyle('Secret', PuzzlePiece, overlay),
...nodeStyle('Certificate', Newspaper, overlay),
...nodeStyle('Object', Document, overlay),
...nodeStyle('NetworkSecurityGroup', ShieldCheck, overlay)
...nodeStyle('NetworkSecurityGroup', ShieldCheck, overlay),
...nodeStyle('MachineLearningWorkspace', Beaker, overlay)
]);
return styles;
Expand Down

0 comments on commit 1b4476a

Please sign in to comment.