Added download attribute to log file downloader

This commit is contained in:
Joel Collins 2020-10-29 14:10:29 +00:00
parent ee8a2fc415
commit 3ba9718434

View file

@ -26,7 +26,7 @@
</button> </button>
</div> </div>
<div> <div>
<a class="uk-button uk-button-default" :href="logFileURI" <a class="uk-button uk-button-default" :href="logFileURI" download
>Download Log File</a >Download Log File</a
> >
</div> </div>