Skip to content

Commit f48df1f

Browse files
committed
Add separator to delimit telemetry
1 parent 64b63fb commit f48df1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/dashboard/src/admin/Settings.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { adminMenu } from "./admin-menu";
1414
import { useEffect, useState } from "react";
1515
import InfoBox from "../components/InfoBox";
1616
import { isGitpodIo } from "../utils";
17+
import Separator from "../components/Separator";
1718

1819
export default function Settings() {
1920
const { adminSettings, setAdminSettings } = useContext(AdminContext);
@@ -83,6 +84,8 @@ export default function Settings() {
8384
} as InstallationAdminSettings)
8485
}
8586
/>
87+
<Separator />
88+
<h3>Telemetry preview</h3>
8689
<InfoBox>
8790
<pre>{JSON.stringify(telemetryData, null, 2)}</pre>
8891
</InfoBox>

0 commit comments

Comments
 (0)