Dragonfly Console
Go to file
Zhaoxinxin d49f8ad080
feat: click on the cluster name to view the cluster details (#525)
* feat: click on the cluster name to view the cluster details

Signed-off-by: zhaoxinxin <1186037180@qq.com>

* feat: click on the cluster name to view the cluster details

Signed-off-by: zhaoxinxin <1186037180@qq.com>

* feat: click on the cluster name to view the cluster details

Signed-off-by: zhaoxinxin <1186037180@qq.com>

---------

Signed-off-by: zhaoxinxin <1186037180@qq.com>
2025-05-19 17:52:54 +08:00
.github chore(deps): bump codecov/codecov-action from 4 to 5 (#410) 2024-12-03 10:29:24 +08:00
.husky feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
cypress feat: click on the cluster name to view the cluster details (#525) 2025-05-19 17:52:54 +08:00
docs/images/contributing feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
public Feat add dark module (#448) 2025-03-24 15:27:03 +08:00
src feat: click on the cluster name to view the cluster details (#525) 2025-05-19 17:52:54 +08:00
.editorconfig feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.eslintignore feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.eslintrc.json feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.gitignore feat: cypress text (#317) 2023-11-08 23:35:06 +08:00
.prettierignore feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
.prettierrc feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
CONTRIBUTING.md feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
LICENSE Initial commit 2021-08-13 18:21:55 +08:00
README.md feat: add badge (#334) 2023-12-08 18:35:13 +08:00
codecov.yml feat: add peers page e2e test (#344) 2023-12-19 17:39:40 +08:00
commitlint.config.js feat: initialize v1.0.0 (#231) 2023-08-03 21:57:32 +08:00
config-overrides.js fix: edit cluster page problem (#360) 2024-03-08 13:20:23 +08:00
cypress.config.ts feat: cypress text (#317) 2023-11-08 23:35:06 +08:00
go.mod feat: skip symlinks 2021-08-17 21:39:03 +08:00
package.json chore(deps): bump web-vitals from 4.2.4 to 5.0.0 (#519) 2025-05-13 21:10:01 +08:00
tsconfig.json feat: change e2e ci (#416) 2024-12-06 13:48:53 +08:00

README.md

Dragonfly Console

GitHub release LICENSE Coverage

Introduction

Dragonfly console is the front-end console of dragonfly, through which you can easily configure clusters and view cluster information.

Functionality Overview

  • Scheduler Cluster: Manage the scheduler cluster and configure the information of the scheduler cluster.

  • Seed Peer Cluster: Manage the seed peer cluster and configure the seed peer cluster information.

  • Security: Manage security groups and security rules, users can configure the security groups associated with the scheduler cluster.

  • Permissions: Manage permissions and roles.

  • Task: Manage asynchronous tasks, including preheat tasks.

  • User: Manage user information, you can change user roles here.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.