mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
fix: download api logs sizing
This commit is contained in:
@@ -16,13 +16,15 @@ const downloadUrl = computed(() => new URL(`/graphql/api/logs?apiKey=${apiKey.va
|
||||
<span class="leading-8">
|
||||
The primary method of support for Unraid Connect is through <a href="https://forums.unraid.net/forum/94-connect-plugin-support/" target="_blank" rel="noopener noreferrer">our forums</a> and <a href="https://discord.gg/unraid" target="_blank" rel="noopener noreferrer">Discord</a>. If you are asked to supply logs, please open a support request on our <a href="https://unraid.net/contact" target="_blank" rel="noopener noreferrer">Contact Page</a> and reply to the email message you receive with your logs attached. The logs may contain sensitive information so do not post them publicly.
|
||||
</span>
|
||||
<span>
|
||||
<span class="flex">
|
||||
<BrandButton
|
||||
:href="downloadUrl.toString()"
|
||||
class="grow-0"
|
||||
download
|
||||
:external="true"
|
||||
:href="downloadUrl.toString()"
|
||||
:icon="ArrowDownTrayIcon"
|
||||
:text="'Download'" />
|
||||
:text="'Download unraid-api Logs'"
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user