1
0
Fork 0

License 2017, Træfɪk => Træfik

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-03-31 06:29:03 +02:00
parent 6012a0f3c5
commit 19a7d22eef
No known key found for this signature in database
GPG key ID: D808B4C167352E59
16 changed files with 125 additions and 152 deletions

View file

@ -6,7 +6,7 @@
"Fernandez Ludovic <lfernandez.dev@gmail.com>",
"Micaël Mbagira <micael.mbagira@icloud.com>"
],
"description": "Front end for Træfɪk",
"description": "Front end for Træfik",
"license": "MIT",
"dependencies": {
"angular": "^1.4.2",

View file

@ -1,10 +1,10 @@
# Træfɪk Web UI
# Træfik Web UI
Access to Træfɪk Web UI, ex: http://localhost:8080
Access to Træfik Web UI, ex: http://localhost:8080
## Interface
Træfɪk Web UI provide 2 types of informations:
Træfik Web UI provide 2 types of informations:
- Providers with their backends and frontends information.
- Health of the web server.
@ -52,7 +52,7 @@ make generate-webui # Generate static contents in `traefik/static/` folder.
- Run in development mode :
- `yarn run serve`
- Træfɪk API connections are defined in:
- Træfik API connections are defined in:
- `webui/src/app/core/health.resource.js`
- `webui/src/app/core/providers.resource.js`

View file

@ -2,7 +2,7 @@
<html ng-app="traefik">
<head>
<meta charset="utf-8">
<title>Træfɪk</title>
<title>Træfik</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="traefik.icon.png" />