Skip to content

Commit 2c59a49

Browse files
committed
download named static report
1 parent 69004df commit 2c59a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/ReportView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a v-if="report.Running && report.Job" role="button" href="" class="negative" @click.prevent="showCancel = true">Stop Run</a>
1212
<a v-if="!report.Running" role="button" class="negative" href="" @click.prevent="showDelete = true">Delete</a>
1313
<a v-if="!report.Running" role="button" href="" @click.prevent="showRerun = true">Re-Run</a>
14-
<a v-if="!report.Running" role="button" :href="$api.getReportDownloadLink(report.Identifier)" download="report.html">Download</a>
14+
<a v-if="!report.Running" role="button" :href="$api.getReportDownloadLink(report.Identifier)" :download="`report-${report.Identifier}.html`">Download</a>
1515
</template>
1616
</header>
1717
<article>

0 commit comments

Comments
 (0)