Skip to content

Commit

Permalink
output message
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolomeychenko committed Sep 20, 2020
1 parent 2176a47 commit 1e133f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</el-col>
<el-col :span="16" style="flex: 1">
<sly-card title="Output" style="height: 100%">
<sly-field v-if="data.progress === 100" title="Report" :description="`${data.savePath}`">
<sly-field v-if="data.progress === 100" title="Report has been successfully saved" :description="`${data.savePath}`">
<sly-icon slot="icon" :options="{ color: '#33c94c', bgColor: '#d9f7e4', rounded: false }">
<i class="zmdi zmdi-receipt"></i>
</sly-icon>
Expand Down

0 comments on commit 1e133f6

Please sign in to comment.