message while uploading folder

This commit is contained in:
sanjayk03-dev
2024-04-09 11:21:43 +05:30
parent 39304d3241
commit d1764d4f09
2 changed files with 12 additions and 1 deletions

View File

@@ -274,6 +274,11 @@ script#control-view-template(type="text/x-template")
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
.fa.fa-stop-circle-o
message(:show.sync="uploadFolder")
h3(slot="header") Uploading
p(slot="body") Uploading files is currently in progress. Do not close window.
div(slot="footer")
button.pure-button(title="Execute one program step.", @click="step",
:disabled="(!is_ready && !is_holding) || !state.selected",
v-if="false", style="height:100px;width:100px;font-weight:normal")