We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b63fb commit f48df1fCopy full SHA for f48df1f
components/dashboard/src/admin/Settings.tsx
@@ -14,6 +14,7 @@ import { adminMenu } from "./admin-menu";
14
import { useEffect, useState } from "react";
15
import InfoBox from "../components/InfoBox";
16
import { isGitpodIo } from "../utils";
17
+import Separator from "../components/Separator";
18
19
export default function Settings() {
20
const { adminSettings, setAdminSettings } = useContext(AdminContext);
@@ -83,6 +84,8 @@ export default function Settings() {
83
84
} as InstallationAdminSettings)
85
}
86
/>
87
+ <Separator />
88
+ <h3>Telemetry preview</h3>
89
<InfoBox>
90
<pre>{JSON.stringify(telemetryData, null, 2)}</pre>
91
</InfoBox>
0 commit comments