Finalizing The WebUI for alpha/beta testing next week.
The WebUI is mostly done for now, The only missing piece is backend view, which isn't something we will include in the first release.
This commit is contained in:
@@ -11,10 +11,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column is-12">
|
||||
This page is not yet implemented. It will be used to display the details of a specific backend.
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const backend = useRoute().params.backend
|
||||
|
||||
useHead({title: `Backends: ${backend}`})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user