Skip to content

Commit 84b46ca

Browse files
committed
feat: 新增 Dashboard
1 parent 6293f9a commit 84b46ca

30 files changed

+3626
-3897
lines changed

assets/dashboard/assets/index-BK73OjLw.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/dashboard/assets/index-C8o5Za-X.js

Lines changed: 0 additions & 2670 deletions
This file was deleted.
-34.3 KB
Binary file not shown.
-83.2 KB
Binary file not shown.

assets/dashboard/assets/primeicons-Dr5RGzOO.svg

Lines changed: 0 additions & 345 deletions
This file was deleted.
-83 KB
Binary file not shown.
-83.1 KB
Binary file not shown.

assets/dashboard/index.html

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

core/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ async def getStatus(cluster) -> web.Response:
3737
"version": VERSION,
3838
}
3939
return web.json_response(data=response)
40+
41+
async def postConfig() -> web.Response:
42+
pass

dashboard/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

0 commit comments

Comments
 (0)