fix legacy toggle on confluence page
This commit is contained in:
parent
0c454100e4
commit
8e2efc63d0
@ -4,6 +4,7 @@ import System from "@/models/system";
|
|||||||
import showToast from "@/utils/toast";
|
import showToast from "@/utils/toast";
|
||||||
import { Warning } from "@phosphor-icons/react";
|
import { Warning } from "@phosphor-icons/react";
|
||||||
import { Tooltip } from "react-tooltip";
|
import { Tooltip } from "react-tooltip";
|
||||||
|
import Toggle from "@/components/lib/Toggle";
|
||||||
|
|
||||||
export default function ConfluenceOptions() {
|
export default function ConfluenceOptions() {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
@ -259,12 +260,7 @@ export default function ConfluenceOptions() {
|
|||||||
<div className="flex flex-col pr-10">
|
<div className="flex flex-col pr-10">
|
||||||
<div className="flex flex-col gap-y-1 mb-4">
|
<div className="flex flex-col gap-y-1 mb-4">
|
||||||
<label className="text-white text-sm font-bold flex gap-x-2 items-center">
|
<label className="text-white text-sm font-bold flex gap-x-2 items-center">
|
||||||
<input
|
<Toggle size="md" name="bypassSSL" value="true" />
|
||||||
type="checkbox"
|
|
||||||
name="bypassSSL"
|
|
||||||
className="mr-2"
|
|
||||||
defaultChecked={false}
|
|
||||||
/>
|
|
||||||
<p className="font-bold text-theme-text-primary">
|
<p className="font-bold text-theme-text-primary">
|
||||||
{t("connectors.confluence.bypass_ssl")}
|
{t("connectors.confluence.bypass_ssl")}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user