attachment download now works also in electron, added option to open the attachment

This commit is contained in:
azivner
2018-02-18 22:19:07 -05:00
parent 78e8c15786
commit aa2bbc6575
5 changed files with 104 additions and 5 deletions

View File

@@ -160,6 +160,8 @@
<tr>
<td>
<button id="attachment-download" class="btn btn-primary" type="button">Download</button>
&nbsp;
<button id="attachment-open" class="btn btn-primary" type="button">Open</button>
</td>
</tr>
</table>