vuetify-rework (#2)
See #2. Co-authored-by: vikingowl <christian@nachtigall.dev> Reviewed-on: #2 Reviewed-by: anonfunc <539@idlegandalf.com> Co-authored-by: vikingowl <vikingowl@noreply.somegit.dev> Co-committed-by: vikingowl <vikingowl@noreply.somegit.dev>
This commit is contained in:
10
frontend/src/components/BuildServerStats.vue
Normal file
10
frontend/src/components/BuildServerStats.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<v-sheet class="mt-6" color="transparent">
|
||||
<h5 class="text-h5">Buildserver Stats</h5>
|
||||
<iframe
|
||||
allowtransparency="true"
|
||||
class="w-100 border-0"
|
||||
height="420px"
|
||||
src="https://stats.itsh.dev/public-dashboards/0fb04abb0c5e4b7390cf26a98e6dead1"></iframe>
|
||||
</v-sheet>
|
||||
</template>
|
Reference in New Issue
Block a user