fix(ui): reorder and add missing config options (#1993)

This commit is contained in:
ReenigneArcher 2024-01-07 13:32:32 -05:00 committed by GitHub
commit de7b81e3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 487 additions and 277 deletions

View file

@ -20,11 +20,11 @@
<li v-for="v in fancyLogs.filter(x => x.level === 'Fatal')">{{v.value}}</li>
</ul>
</div>
<!--Version-->
<!-- Version -->
<div class="card p-2 my-4">
<div class="card-body" v-if="version">
<h2>Version {{version}}</h2>
<br />
<br>
<div v-if="loading">
Loading Latest Release...
</div>
@ -59,7 +59,7 @@
</div>
</div>
</div>
<!--Resources-->
<!-- Resources -->
<div class="my-4">
<Resource-Card></Resource-Card>
</div>