CSM modal shows stream
This commit is contained in:
parent
79e8230ac5
commit
3631f76b23
3 changed files with 18 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
:task-running="taskRunning"
|
||||
:task-started="taskStarted"
|
||||
:task-status="taskStatus"
|
||||
:display-stream="modalProgress && streamWithModal"
|
||||
@terminate-task="terminateTask"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -99,6 +100,11 @@ export default {
|
|||
required: false,
|
||||
default: false,
|
||||
},
|
||||
streamWithModal: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
|
||||
emits: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue