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] 5b7dddd7d4
Bump ini from 1.3.5 to 1.3.7 in /dashboard (#676)
* Bump ini from 1.3.5 to 1.3.7 in /dashboard

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

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

* Update assets

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Janikowski <12255597+ajanikow@users.noreply.github.com>
2021-02-16 17:07:24 +01: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 Bump ini from 1.3.5 to 1.3.7 in /dashboard (#676) 2021-02-16 17:07:24 +01:00
Dockerfile.build Building dashboard in docker 2018-07-06 08:14:51 +02:00
package-lock.json Bump ini from 1.3.5 to 1.3.7 in /dashboard (#676) 2021-02-16 17:07:24 +01:00
package.json Bump handlebars from 4.4.5 to 4.5.3 in /dashboard (#626) 2020-09-07 15:32:12 +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