Skip to content
Snippets Groups Projects
Commit 569224b7 authored by AndiMajore's avatar AndiMajore
Browse files

switched log to error for screenshot fail

parent 0707157a
No related branches found
No related tags found
No related merge requests found
Pipeline #11042 failed
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -432,7 +432,7 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
this.downloadDom(this.networkWithLegendEl.nativeElement).catch(error => {
console.error("Falling back to network only screenshot. Some components seem to be inaccessable, most likely the legend is a custom image with CORS access problems on the host server side.")
this.downloadDom(this.networkEl.nativeElement).catch(e => {
console.log("Some network content seems to be inaccessable for saving as a screenshot. This can happen due to custom images used as nodes. Please ensure correct CORS accessability on the images host server.")
console.error("Some network content seems to be inaccessable for saving as a screenshot. This can happen due to custom images used as nodes. Please ensure correct CORS accessability on the images host server.")
console.error(e)
});
});
......
......@@ -9,6 +9,8 @@
@import "~bulma/bulma.sass";
@import '~bulma-tooltip';
@import "~primeng/resources/primeng.min.css";
//@import '~primeng/resources/themes/md-light-indigo/theme.css';
//@import '~primeng/resources/themes/vela-blue/theme.css';
@import "~primeicons/primeicons.css";
@import "~animate.css/animate.min";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment