Add a new dashboard page.
This commit is contained in:
parent
89150e1164
commit
fd24b1898e
133 changed files with 17303 additions and 11112 deletions
17
webui/src/pages/_commons/Error404.vue
Normal file
17
webui/src/pages/_commons/Error404.vue
Normal file
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<div class="fixed-center text-center q-pa-md">
|
||||
<h1 class="q-ma-md"><strong>404</strong></h1>
|
||||
<h5 class="q-ma-md">I'm sorry, nothing around here ...</h5>
|
||||
<q-btn
|
||||
color="secondary"
|
||||
style="width:200px;"
|
||||
@click="$router.push('/')"
|
||||
>Go back</q-btn>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Error404'
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue