mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add a button to share the diagnosis results
This commit is contained in:
parent
a2b7adb64c
commit
c283b50186
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
<a href="#/diagnosis">{{t 'diagnosis'}}</a>
|
||||
</div>
|
||||
|
||||
<div class="actions-group">
|
||||
<a href="javascript:void(null);" onclick="c.api('/diagnosis/show?share', function(data) { $('div.loader').remove(); window.open(data.url, '_blank'); });" class="btn btn-success">
|
||||
<span class="fa-cloud-upload"></span> {{t 'logs_share_with_yunopaste'}}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
{{#reports}}
|
||||
|
|
Loading…
Reference in a new issue