关于

源代码

GitHub

View in GitHub

Gitee

View in Gitee

QualitySphere/qsphere-ui

QualitySphere/qsphere-board

QualitySphere/qsphere-svc

File Tree

qsphere-ui
└── ui
    ├── Dockerfile
    ├── README.md
    ├── health_check.sh
    ├── nginx.conf
    ├── package.json
    ├── public
    |   ├── favicon.ico
    |   ├── logo.png
    |   └── index.html
    └── src
        ├── assets
        ├── components
        ├── router
        ├── services
        ├── store
        └── views
qsphere-board
└── grafana
    ├── Dockerfile
    ├── health_check.sh
    └── provisioning
        ├── datasources
        └── dashboards
qsphere-svc
└── svc
    ├── Dockerfile
    ├── Dockerfile-svc-base
    ├── health_check.sh
    ├── launch.sh
    ├── requirements.txt
    ├── utils
    └── svcClient
        ├── db
        ├── models
        ├── api
        ├── services
        ├── specs
        └── utils