+
} title={t('radius.title')} subtitle={t('radius.intro')} />
+
},
+ { key: 'clients', label: t('radius.tabs.clients'), children:
},
+ { key: 'users', label: t('radius.tabs.users'), children:
},
+ ]}
+ />
+
+ )
+}
+
+function SettingsTab() {
+ const { t } = useTranslation()
+ const qc = useQueryClient()
+ const isViewer = useAuthStore((s) => s.user?.role) === 'viewer'
+ const [msg, msgCtx] = message.useMessage()
+ const [form] = Form.useForm