Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: use admin-ui-components repo for Empty component … #51425

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@cockroachlabs/admin-ui-components": "^0.1.1",
"@storybook/react": "5.0.6",
"@types/analytics-node": "^0.0.32",
"@types/assert": "^1.4.0",
Expand Down
86 changes: 0 additions & 86 deletions pkg/ui/src/components/empty/empty.module.styl

This file was deleted.

90 changes: 0 additions & 90 deletions pkg/ui/src/components/empty/empty.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions pkg/ui/src/components/empty/index.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import React from "react";
import { Link } from "react-router-dom";
import { getValueFromString, Identity } from "..";
import "./latency.styl";
import { Empty } from "src/components/empty";
import { Empty } from "@cockroachlabs/admin-ui-components";

interface StdDev {
stddev: number;
Expand Down
82 changes: 0 additions & 82 deletions pkg/ui/src/views/shared/components/drawer/drawer.module.styl

This file was deleted.

61 changes: 0 additions & 61 deletions pkg/ui/src/views/shared/components/drawer/index.tsx

This file was deleted.

Loading