File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import TableHead from "@material-ui/core/TableHead"
6
6
import TableRow from "@material-ui/core/TableRow"
7
7
import { AuditLog } from "api/typesGenerated"
8
8
import { AuditLogRow } from "components/AuditLogRow/AuditLogRow"
9
- import { CodeExample } from "components/CodeExample/CodeExample"
10
9
import { EmptyState } from "components/EmptyState/EmptyState"
11
10
import { Margins } from "components/Margins/Margins"
12
11
import { PageHeader , PageHeaderSubtitle , PageHeaderTitle } from "components/PageHeader/PageHeader"
@@ -19,7 +18,6 @@ import { FC } from "react"
19
18
export const Language = {
20
19
title : "Audit" ,
21
20
subtitle : "View events in your audit log." ,
22
- tooltipTitle : "Copy to clipboard and try the Coder CLI" ,
23
21
}
24
22
25
23
export interface AuditPageViewProps {
@@ -47,11 +45,7 @@ export const AuditPageView: FC<AuditPageViewProps> = ({
47
45
48
46
return (
49
47
< Margins >
50
- < PageHeader
51
- actions = {
52
- < CodeExample tooltipTitle = { Language . tooltipTitle } code = "coder audit [organization_ID]" />
53
- }
54
- >
48
+ < PageHeader >
55
49
< PageHeaderTitle >
56
50
< Stack direction = "row" spacing = { 1 } alignItems = "center" >
57
51
< span > { Language . title } </ span >
You can’t perform that action at this time.
0 commit comments