doc: update web ui documentation
- update web ui dev documentation - update Dashboard screenshot.
This commit is contained in:
parent
f4579e5f12
commit
4e81d41d06
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 255 KiB |
|
@ -27,7 +27,7 @@ make generate-webui # Generate static contents in `traefik/static/` folder.
|
|||
- `yarn install`
|
||||
|
||||
- Build static Web UI, execute the following command:
|
||||
- `gulp`
|
||||
- `yarn run build`
|
||||
|
||||
- Static contents are build in the directory `static`
|
||||
|
||||
|
@ -50,7 +50,7 @@ make generate-webui # Generate static contents in `traefik/static/` folder.
|
|||
- Edit files in `webui/src`
|
||||
|
||||
- Run in development mode :
|
||||
- `gulp serve`
|
||||
- `yarn run serve`
|
||||
|
||||
- Træfɪk API connections are defined in:
|
||||
- `webui/src/app/core/health.resource.js`
|
||||
|
|
Loading…
Reference in a new issue