Skip to content

Commit 72a0758

Browse files
committed
cluster-ui: move db pages components to /pages/databases/components
Epic: none Release note: None
1 parent d583e13 commit 72a0758

28 files changed

+94
-54
lines changed

pkg/ui/workspaces/cluster-ui/src/components/grantsTable/util.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

pkg/ui/workspaces/cluster-ui/src/components/grantsTable/index.tsx renamed to pkg/ui/workspaces/cluster-ui/src/pages/databases/components/grantsTable/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
import React, { useState } from "react";
77

88
import { GrantsSortOptions } from "src/api/databases/grantsApi";
9+
import { PageSection } from "src/layouts";
910
import PageCount from "src/sharedFromCloud/pageCount";
1011
import {
1112
TableColumnProps,
1213
Table,
1314
TableChangeFn,
1415
} from "src/sharedFromCloud/table";
1516

16-
import { PageSection } from "../../layouts";
17-
1817
// This type is used by data source for the table.
1918
export type GrantsByUser = {
2019
key: string;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright 2025 The Cockroach Authors.
2+
//
3+
// Use of this software is governed by the CockroachDB Software License
4+
// included in the /LICENSE file.
5+
6+
export * from "./nodeRegionsSelector/nodeRegionsSelector";
7+
export * from "./regionNodesLabel/regionNodesLabel";
8+
export * from "./tableMetadataLastUpdated/tableMetadataJobControl";
9+
export * from "./tableMetadataLastUpdated/tableMetadataJobProgress";
10+
export * from "./tooltipMessages";
11+
export * from "./grantsTable";

0 commit comments

Comments
 (0)