Add custom log handler for sending logs to UI
This commit is contained in:
parent
dd0b30df51
commit
70d9e2f758
2 changed files with 73 additions and 6 deletions
|
|
@ -30,7 +30,10 @@
|
|||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<a class="uk-button uk-button-default" :href="logFileURI" download
|
||||
<a
|
||||
class="uk-button uk-button-default"
|
||||
:href="logFileURI"
|
||||
download="openflexure_microscope-ui.log"
|
||||
>Download Log File</a
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue