Skip to content

Commit

Permalink
refine dashboard for menus and overview
Browse files Browse the repository at this point in the history
Signed-off-by: qmhu <brillantroad@gmail.com>
  • Loading branch information
qmhu committed Aug 6, 2022
1 parent 4c76829 commit ec5a85e
Show file tree
Hide file tree
Showing 39 changed files with 573 additions and 187 deletions.
2 changes: 1 addition & 1 deletion pkg/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Crane Dashboard</title>
<meta name="description" content="React UI Component" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/crane.svg" sizes="360x360" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
Expand Down
13 changes: 1 addition & 12 deletions pkg/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions pkg/web/public/crane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 0 additions & 34 deletions pkg/web/src/components/common/SideMenu.tsx

This file was deleted.

1 change: 0 additions & 1 deletion pkg/web/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export * from './useGrafanaQueyStr';
export * from './useIsIntersecting';
export * from './useIsNeedSelectNamespace';
export * from './useIsValidPanel';
export * from './useSideMenuSelection';
13 changes: 0 additions & 13 deletions pkg/web/src/hooks/useSideMenuSelection.ts

This file was deleted.

Loading

0 comments on commit ec5a85e

Please sign in to comment.