Skip to content

Commit

Permalink
Merge pull request #6 from ROOMrepair/main
Browse files Browse the repository at this point in the history
modify karmada web extension name
  • Loading branch information
kubesphere-prow[bot] authored Jan 3, 2025
2 parents 9a30fc1 + ab0dd54 commit 078bf81
Show file tree
Hide file tree
Showing 18 changed files with 14 additions and 14 deletions.
3 changes: 0 additions & 3 deletions modules/web/extensions/karmada-dashboard-ui/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions modules/web/extensions/karmada-dashboard-ui/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions modules/web/extensions/karmada-dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:alpine

COPY dist /usr/share/nginx/html/dist/karmada-dashboard-frontend
5 changes: 5 additions & 0 deletions modules/web/extensions/karmada-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# karmada-dashboard

Hello karmada-dashboard

> TODO: README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "karmada-dashboard-ui",
"name": "karmada-dashboard",
"version": "1.0.0",
"private": true,
"description": "Hello karmada-dashboard-ui",
"description": "Hello karmada-dashboard",
"homepage": "",
"author": "",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import locales from './locales';
const menus = [
{
parent: 'topbar',
name: 'karmada-dashboard-ui',
name: 'karmada-dashboard',
title: 'Karmada Dashboard',
icon: 'cluster',
order: 0,
desc: 'Hello karmada-dashboard-ui',
desc: 'Hello karmada-dashboard',
skipAuth: true,
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import App from '../App';

export default [
{
path: '/karmada-dashboard-ui',
path: '/karmada-dashboard',
element: <App />,
},
];
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "karmada-dashboard-ui",
"name": "karmada-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 078bf81

Please sign in to comment.