+
+ {{ i18n.ts._webhookSettings.name }}
+
+
+ URL
+
+
+ {{ i18n.ts._webhookSettings.secret }}
+
+
+ {{ i18n.ts._webhookSettings.events }}
-
- {{ i18n.ts.enable }}
-
+
+
+ {{ i18n.ts._webhookSettings._systemEvents.abuseReport }}
+
+
+ {{ i18n.ts._webhookSettings._systemEvents.abuseReportResolved }}
+
+
+ {{ i18n.ts._webhookSettings._systemEvents.userCreated }}
+
+
+
-
-
-
- {{ i18n.ts.ok }}
-
- {{ i18n.ts.cancel }}
+
+ {{ i18n.ts.enable }}
+
+
+
+
+
+ {{ i18n.ts.ok }}
+
+ {{ i18n.ts.cancel }}
-
+
@@ -223,9 +225,12 @@ onMounted(async () => {
}
.footer {
- display: flex;
- justify-content: center;
- align-items: flex-end;
- margin-top: 20px;
+ position: sticky;
+ bottom: 0;
+ left: 0;
+ padding: 12px;
+ border-top: solid 0.5px var(--divider);
+ -webkit-backdrop-filter: var(--blur, blur(15px));
+ backdrop-filter: var(--blur, blur(15px));
}