1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/dashboard
dependabot[bot] 05f9757bf3
Bump ansi-regex from 3.0.0 to 3.0.1 in /dashboard (#1114)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:39:20 +02:00
..
public Extensing deployment list 2018-07-05 11:54:27 +02:00
src Allow for 0 other operators 2018-07-11 17:09:45 +02:00
.dockerignore Building dashboard in docker 2018-07-06 08:14:51 +02:00
.gitignore Include assets.go from git 2019-05-27 16:42:32 +02:00
assets.go [Generate] Dashboards assets 2022-09-05 13:50:21 +00:00
Dockerfile.build Building dashboard in docker 2018-07-06 08:14:51 +02:00
package-lock.json Bump ansi-regex from 3.0.0 to 3.0.1 in /dashboard (#1114) 2022-09-19 10:39:20 +02:00
package.json Bump postcss and react-scripts in /dashboard (#1108) 2022-09-19 09:50:58 +02:00
README.create-react-app.md Enhancing member view 2018-07-06 09:03:23 +02:00
README.md Enhancing member view 2018-07-06 09:03:23 +02:00

Kube-ArangoDB Dashboard

The dashboard shows the current state of an operator.

Development

During development, you can run the dev-server like this (in this directory):

# Only once
npm install
npm start