Skip to content
Snippets Groups Projects
Commit b27934e0 authored by zdenko.vuk@ijs.si's avatar zdenko.vuk@ijs.si
Browse files

tiny change

parent 24683a39
No related branches found
No related tags found
No related merge requests found
......@@ -416,9 +416,10 @@ export class ExistingSimulationsComponent implements OnInit {
.subscribe(
(res) => {
this.showToast(
`onRunDss is over. Deselect the simulation and select it again to have newly generated file loaded.`,
`onRunDss is over.`,
"Success",
"success"
"success",
15000
);
this.runDss.status = "";
......@@ -426,12 +427,12 @@ export class ExistingSimulationsComponent implements OnInit {
this.selectedSimulationToEmit.emit(undefined);
setTimeout(() => {
this.selectedSimulationToEmit.emit(this.selectedSimulation);
this.showToast(`Updating spider chart.`, "Info", "info");
this.showToast(`Updating spider chart.`, "Info", "info", 8000);
}, 0);
},
(error) => {
this.runDss.status = "error";
this.showToast(`Working, please wait`, `Info`, "info");
this.showToast(`Working, please wait`, `Info`, "info", 8000);
}
)
.add(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment