Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digitalearth
DASF Data Analytics Software Framework
dasf-app-template
Commits
828f1537
Commit
828f1537
authored
Dec 17, 2020
by
Adam Sasin
Browse files
Update progressdialog props
parent
2e747400
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/workflow.vue
View file @
828f1537
...
...
@@ -11,6 +11,7 @@
/>
<ProgressDialog
:progress=
"progressReport"
showProgressBar
/>
</v-row>
<v-row
...
...
@@ -51,7 +52,7 @@ import { PulsarProgressReport } from '@digital-earth/frontend-framework/lib/mess
})
export
default
class
Workflow
extends
Vue
{
private
exampleModule
:
ExampleModuleMessaging
=
new
ExampleModuleMessaging
();
private
progressReport
:
PulsarProgressReport
=
n
ew
PulsarProgressReport
()
;
private
progressReport
:
PulsarProgressReport
=
n
ull
;
protected
sendRequest
():
void
{
this
.
exampleModule
.
sendRequest
((
progressReport
:
PulsarProgressReport
)
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment