File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
site/src/pages/OrganizationSettingsPage/ProvisionersPage Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { provisionerDaemons } from "api/queries/organizations" ;
2
2
import type { Organization , ProvisionerDaemon } from "api/typesGenerated" ;
3
3
import { Avatar } from "components/Avatar/Avatar" ;
4
+ import { Button } from "components/Button/Button" ;
4
5
import { EmptyState } from "components/EmptyState/EmptyState" ;
5
6
import { Link } from "components/Link/Link" ;
6
7
import { Loader } from "components/Loader/Loader" ;
@@ -25,8 +26,7 @@ import { docs } from "utils/docs";
25
26
import { relativeTime } from "utils/time" ;
26
27
import { DataGrid , DataGridSpace } from "./DataGrid" ;
27
28
import { DaemonJobStatusIndicator } from "./JobStatusIndicator" ;
28
- import { TruncateTags , Tag , Tags } from "./Tags" ;
29
- import { Button } from "components/Button/Button" ;
29
+ import { Tag , Tags , TruncateTags } from "./Tags" ;
30
30
31
31
type ProvisionerDaemonsPageProps = {
32
32
orgId : string ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { provisionerJobs } from "api/queries/organizations";
2
2
import type { Organization , ProvisionerJob } from "api/typesGenerated" ;
3
3
import { Avatar } from "components/Avatar/Avatar" ;
4
4
import { Badge } from "components/Badge/Badge" ;
5
+ import { Button } from "components/Button/Button" ;
5
6
import { EmptyState } from "components/EmptyState/EmptyState" ;
6
7
import { Link } from "components/Link/Link" ;
7
8
import { Loader } from "components/Loader/Loader" ;
@@ -26,8 +27,7 @@ import { relativeTime } from "utils/time";
26
27
import { CancelJobButton } from "./CancelJobButton" ;
27
28
import { DataGrid } from "./DataGrid" ;
28
29
import { JobStatusIndicator } from "./JobStatusIndicator" ;
29
- import { TruncateTags , Tag , Tags } from "./Tags" ;
30
- import { Button } from "components/Button/Button" ;
30
+ import { Tag , Tags , TruncateTags } from "./Tags" ;
31
31
32
32
type ProvisionerJobsPageProps = {
33
33
orgId : string ;
You can’t perform that action at this time.
0 commit comments