1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/dashboard
Lars Maier 9050ba2a8f
Merge pull request #389 from arangodb/lb-source-ranges
Added loadBalancerSourceRanges field to external-access-spec
2019-06-14 11:02:26 +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 Updated manifest to 0.3.11 2019-06-07 11:29:38 +02:00
Dockerfile.build Building dashboard in docker 2018-07-06 08:14:51 +02:00
package-lock.json Updated handlebars. 2019-06-06 10:18:22 +02:00
package.json Updated handlebars. 2019-06-06 10:18:22 +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