mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Update src/pages/StatusPage.vue
This commit is contained in:
@@ -1,29 +1,3 @@
|
||||
<script setup>
|
||||
// Analytics options
|
||||
const analyticsOptions = [
|
||||
{
|
||||
name: "None",
|
||||
value: null
|
||||
},
|
||||
{
|
||||
name: "Google",
|
||||
value: "google"
|
||||
},
|
||||
{
|
||||
name: "Umami",
|
||||
value: "umami"
|
||||
},
|
||||
{
|
||||
name: "Plausible",
|
||||
value: "plausible"
|
||||
},
|
||||
{
|
||||
name: "Matomo",
|
||||
value: "matomo"
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div v-if="loadedTheme" class="container mt-3">
|
||||
<!-- Sidebar for edit mode -->
|
||||
|
||||
Reference in New Issue
Block a user