Skip to content

Commit

Permalink
Add error log to upload service (#9436)
Browse files Browse the repository at this point in the history
* Add error log to upload service

* Add changelog item

* Rm not needed surrounding div

* add computed

* Fix styling

* Fix spacing
  • Loading branch information
Jan authored and AlexAndBear committed Dec 13, 2023
1 parent 41f633a commit 741c2b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Enhancement: Add error log to upload dialog

We've added a error log to the upload dialog, so if an upload fails the user can copy the log and might hand
it over to their admin.

https://github.com/owncloud/web/pull/9436
https://github.com/owncloud/web/pull/9426
https://github.com/owncloud/web/issues/9430

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<oc-icon :name="showErrorLog ? 'arrow-up-s' : 'arrow-down-s'" />
</oc-button>
</div>
<oc-error-log v-if="showErrorLog" class="oc-mt-l" :content="errorLogContent" />
<oc-error-log v-if="showErrorLog" class="oc-mt-m" :content="errorLogContent" />
</div>
<oc-error-log v-if="showErrorLog" class="oc-mt-m" :content="errorLogContent" />
</div>
Expand Down

0 comments on commit 741c2b4

Please sign in to comment.