Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Urbanite UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
URBANITE
Open
Urbanite UI
Commits
b27934e0
Commit
b27934e0
authored
2 years ago
by
zdenko.vuk@ijs.si
Browse files
Options
Downloads
Patches
Plain Diff
tiny change
parent
24683a39
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts
+5
-4
5 additions, 4 deletions
...rd/existing-simulations/existing-simulations.component.ts
with
5 additions
and
4 deletions
src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts
+
5
−
4
View file @
b27934e0
...
...
@@ -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
(()
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment