@@ -28,6 +28,7 @@
import DashboardActiveRaffles from './dashboard/activeRaffles.vue'
import DashboardBotScopes from './dashboard/scopes.vue'
import DashboardChangelog from './dashboard/changelog.vue'
+import DashboardEventlog from './dashboard/eventlog.vue'
import DashboardHealthCheck from './dashboard/healthcheck.vue'
import { defineComponent } from 'vue'
@@ -36,6 +37,7 @@ export default defineComponent({
DashboardActiveRaffles,
DashboardBotScopes,
DashboardChangelog,
+ DashboardEventlog,
DashboardHealthCheck,
},
diff --git a/src/components/dashboard/eventlog.vue b/src/components/dashboard/eventlog.vue
new file mode 100644
index 0000000..b3f66f2
--- /dev/null
+++ b/src/components/dashboard/eventlog.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/src/langs/en.json b/src/langs/en.json
index 03db703..0eed24d 100644
--- a/src/langs/en.json
+++ b/src/langs/en.json
@@ -12,6 +12,9 @@
"fullLink": "See full changelog in [History.md](https://github.com/Luzifer/twitch-bot/blob/master/History.md) on Github",
"heading": "Changelog"
},
+ "eventlog": {
+ "heading": "Eventlog"
+ },
"healthCheck": {
"caption": "Checks OK",
"header": "Bot-Health"