UI patches (#905)

- Show 0 clients when NT server props are undefined
- Add Prettier 

---------

Co-authored-by: Matthew Morley <matthew.morley.ca@gmail.com>
This commit is contained in:
Sriman Achanta
2023-08-31 16:56:58 -04:00
committed by GitHub
parent de394418f6
commit 08892b9e68
55 changed files with 3323 additions and 2808 deletions

View File

@@ -1,18 +1,14 @@
<template>
<div class="not-found-container">
<div>
<v-card-title style="color: white; padding-bottom: 36px; font-size: 42px;">
<v-card-title style="color: white; padding-bottom: 36px; font-size: 42px">
The page you are looking for isn't here
</v-card-title>
<v-card-subtitle style="color: white; font-size: 18px;">
<v-card-subtitle style="color: white; font-size: 18px">
Please use the sidebar to find what you are looking for
</v-card-subtitle>
</div>
<img
src="@/assets/images/notfound.webp"
alt="missing-page"
style="margin-top: 64px"
>
<img src="@/assets/images/notfound.webp" alt="missing-page" style="margin-top: 64px" />
</div>
</template>