From 030082f7567e6896add3180fbc48f2d6ee4a151e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 31 May 2024 19:35:27 +0900 Subject: :art: --- packages/frontend/src/pages/admin/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packages') diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue index eef1c8afa9..794feae202 100644 --- a/packages/frontend/src/pages/admin/index.vue +++ b/packages/frontend/src/pages/admin/index.vue @@ -12,10 +12,13 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ i18n.ts.thereIsUnresolvedAbuseReportWarning }} {{ i18n.ts.check }} - {{ i18n.ts.noMaintainerInformationWarning }} {{ i18n.ts.configure }} - {{ i18n.ts.noBotProtectionWarning }} {{ i18n.ts.configure }} - {{ i18n.ts.noEmailServerWarning }} {{ i18n.ts.configure }} +
+ {{ i18n.ts.thereIsUnresolvedAbuseReportWarning }} {{ i18n.ts.check }} + {{ i18n.ts.noMaintainerInformationWarning }} {{ i18n.ts.configure }} + {{ i18n.ts.noInquiryUrlWarning }} {{ i18n.ts.configure }} + {{ i18n.ts.noBotProtectionWarning }} {{ i18n.ts.configure }} + {{ i18n.ts.noEmailServerWarning }} {{ i18n.ts.configure }} +
@@ -61,6 +64,7 @@ const pageProps = ref({}); let noMaintainerInformation = isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail); let noBotProtection = !instance.disableRegistration && !instance.enableHcaptcha && !instance.enableRecaptcha && !instance.enableTurnstile; let noEmailServer = !instance.enableEmail; +let noInquiryUrl = isEmpty(instance.inquiryUrl); const thereIsUnresolvedAbuseReport = ref(false); const currentPage = computed(() => router.currentRef.value.child); @@ -348,10 +352,6 @@ defineExpose({ > .nav { .lxpfedzu { - > .info { - margin: 16px 0; - } - > .banner { margin: 16px; -- cgit v1.2.3-freya