mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
release v1.9 (#43)
Co-authored-by: Shay Halsband <shy.halsband@gmail.com>
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
[frame]="frame"
|
||||
[theme]="isDarkTheme? themeEnum.Dark: themeEnum.Light"
|
||||
(imageError)="imageUrlError({frame, experimentId})"
|
||||
(imageClicked)="imageClicked.emit({frame})">
|
||||
(imageClicked)="imageClicked.emit({frame})"
|
||||
(createEmbedCode)="createEmbedCode.emit({metrics: [frame.metric], variants: [frame.variant]});">
|
||||
</sm-debug-image-snippet>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
Reference in New Issue
Block a user