feat(ui): add href to logs in fatal error container (#1984)

This commit is contained in:
ReenigneArcher 2024-01-07 15:02:25 -05:00 committed by GitHub
parent de7b81e3b4
commit d05a67166e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,7 @@
<ul>
<li v-for="v in fancyLogs.filter(x => x.level === 'Fatal')">{{v.value}}</li>
</ul>
<a class="btn btn-danger" href="/troubleshooting/#logs">View Logs</a>
</div>
<!-- Version -->
<div class="card p-2 my-4">

View File

@ -43,7 +43,7 @@
<!-- Force Close App -->
<div class="card p-2 my-4">
<div class="card-body">
<h2>Force Close</h2>
<h2 id="close_apps">Force Close</h2>
<br>
<p>
If Moonlight complains about an app currently running, force closing the
@ -65,7 +65,7 @@
<!-- Restart Sunshine -->
<div class="card p-2 my-4">
<div class="card-body">
<h2>Restart Sunshine</h2>
<h2 id="restart">Restart Sunshine</h2>
<br>
<p>
If Sunshine isn't working properly, you can try restarting it.
@ -84,7 +84,7 @@
<!-- Unpair all Clients -->
<div class="card p-2 my-4">
<div class="card-body">
<h2>Unpair All Clients</h2>
<h2 id="unpair">Unpair All Clients</h2>
<br>
<p>Remove all your paired devices</p>
<div class="alert alert-success" v-if="unpairAllStatus === true">
@ -103,7 +103,7 @@
<!-- Logs -->
<div class="card p-2 my-4">
<div class="card-body">
<h2>Logs</h2>
<h2 id="logs">Logs</h2>
<br>
<div class="d-flex justify-content-between align-items-baseline py-2">
<p>See the logs uploaded by Sunshine</p>